824 B
824 B
ADR-0010: Documentation as code
- Status: Accepted
- Date: 2026-07-30
Context
Long-lived multi-agent development drifts when docs lag. The project requires three audience-specific trees plus agent governance from day one.
Decision
Maintain from the first commit:
living_docs/— current truthdeveloper_docs/— contributor technical docsuser_docs/— end-user docsagent/— rules, workflow, ADRs, security
Policy: same PR as code; session incomplete without living_docs updates. See agent/DOCUMENTATION_POLICY.md.
Consequences
Positive
- Continuous onboarding
- ADRs + living status reduce rework
Negative / tradeoffs
- Doc volume to maintain
- Discipline required from AI agents
Follow-ups
- Phase 0 scaffold
- Enforce via PR checklist / review