mirror of
https://github.com/callstack/agent-device.git
synced 2026-09-14 20:06:34 +08:00
c6fd3dc972
* test: add live web platform smoke * test: harden web smoke cleanup
14 lines
764 B
Markdown
14 lines
764 B
Markdown
# Domain Docs
|
|
|
|
This is a single-context repo.
|
|
|
|
Before architecture, diagnosis, TDD, triage, PRD, or roadmap work, read:
|
|
|
|
- `CONTEXT.md` for domain vocabulary, test strategy terms, and architecture language.
|
|
- Relevant ADRs in `docs/adr/` for accepted architecture decisions.
|
|
- This `docs/agents/` directory for issue-tracker and triage-label conventions.
|
|
- `docs/agents/web-backend.md` before changing web automation backend setup or diagnostics.
|
|
- `docs/agents/testing.md` for maintainer-only test lane notes such as the live web smoke.
|
|
|
|
Use the vocabulary from `CONTEXT.md` in issue titles, refactor proposals, test names, and architecture notes. If a proposed change contradicts an ADR, call that out explicitly and explain why the decision should be reopened.
|