Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- last_verified: 2026-05-01 -->
<!-- last_verified: 2026-06-25 -->
# AGENTS.md

This is the authoritative control surface for all coding agents. Read this first.
Expand Down
8 changes: 4 additions & 4 deletions docs/dev-workflows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- last_verified: 2026-05-21 -->
<!-- last_verified: 2026-06-25 -->
# Dev Workflows

Engineering workflows for this repo.
Expand All @@ -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
Expand All @@ -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 `<!-- last_verified: YYYY-MM-DD -->` header

Expand All @@ -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`
Expand Down
1 change: 1 addition & 0 deletions docs/exec-plans/active/.gitkeep
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@