diff --git a/AGENTS.md b/AGENTS.md index 9ebaaeb..a07151d 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -1,4 +1,4 @@ - + # AGENTS.md This is the authoritative control surface for all coding agents. Read this first. diff --git a/docs/dev-workflows.md b/docs/dev-workflows.md index 8bc68d0..54b3a3c 100644 --- a/docs/dev-workflows.md +++ b/docs/dev-workflows.md @@ -1,4 +1,4 @@ - + # Dev Workflows Engineering workflows for this repo. @@ -11,7 +11,7 @@ Engineering workflows for this repo. - [ ] Implement the smallest coherent change - [ ] Add or update tests - [ ] Run: `pnpm typecheck && pnpm lint && pnpm lint:api && pnpm test:api && pnpm check:structure` -- [ ] Update docs in the same PR (see AGENTS.md §8) +- [ ] Update docs in the same PR (see AGENTS.md §9) - [ ] Move plan to `docs/exec-plans/completed/` after validation ## Bugfix @@ -30,7 +30,7 @@ Engineering workflows for this repo. ## Documentation Update -- [ ] Update only the canonical location (see AGENTS.md §8 doc update mapping) +- [ ] Update only the canonical location (see AGENTS.md §9 doc update mapping) - [ ] Never duplicate content — link instead - [ ] Update `` header @@ -51,7 +51,7 @@ Engineering workflows for this repo. ### Test placement - Backend: `services/api/tests/` -- E2E: project root (Playwright) +- E2E: `apps/web/e2e/` with config in `apps/web/playwright.config.ts` ### Commands - Quick (backend): `pnpm test:api` diff --git a/docs/exec-plans/active/.gitkeep b/docs/exec-plans/active/.gitkeep new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/docs/exec-plans/active/.gitkeep @@ -0,0 +1 @@ +