Summary
Update AGENTS.md to surface the ADR governance framework so that a brand-new agent with ONLY AGENTS.md as a starting point can discover and follow all architectural decisions, contribution rules, and process gates.
Problem
Currently, AGENTS.md has a single routing table entry:
| Architecture decisions (ADRs) | docs/decisions/ | Run mise //docs:sync after adding or editing an ADR |
This tells agents WHERE ADRs live but not:
- That governance rules (ADR-003) exist and are binding
- That pre-start checks are required before beginning any work
- That admin approval gates block unauthorized implementation
- How to find the roadmap and verify alignment
- How to discover outstanding PRs/issues for cross-referencing
Deliverables
Blocked by
Alignment
Aligns with Documentation and specifications roadmap theme and ADR-004 (tabula rasa documentation standard — AGENTS.md must be self-sufficient for agent onboarding).
Why not part of PR #143
PR #143 implements the ADR-003/004 decision records themselves. This issue updates AGENTS.md to reference those decisions. The dependency is intentional: AGENTS.md should point to merged, stable ADR content — not draft PRs. Updating AGENTS.md before the ADRs merge would create references to files that don't exist on main.
- Approved by: (pending admin approval)
- Reviewed by: (pending)
Summary
Update AGENTS.md to surface the ADR governance framework so that a brand-new agent with ONLY AGENTS.md as a starting point can discover and follow all architectural decisions, contribution rules, and process gates.
Problem
Currently, AGENTS.md has a single routing table entry:
This tells agents WHERE ADRs live but not:
Deliverables
docs/decisions/003-contribution-governance.mddocs/decisions/with context:docs/decisions/README.md) for the complete frameworkBlocked by
Alignment
Aligns with Documentation and specifications roadmap theme and ADR-004 (tabula rasa documentation standard — AGENTS.md must be self-sufficient for agent onboarding).
Why not part of PR #143
PR #143 implements the ADR-003/004 decision records themselves. This issue updates AGENTS.md to reference those decisions. The dependency is intentional: AGENTS.md should point to merged, stable ADR content — not draft PRs. Updating AGENTS.md before the ADRs merge would create references to files that don't exist on
main.