Architecture Decision Records
ADRs capture each architectural decision: the context that led to it, the decision itself, the consequences, and the alternatives that were rejected. The source-of-truth lives at docs/architecture/adr/ in the repo — this page is a stable index.
Index
Number gaps (006, 008, 009, 011) are intentional — those numbers are reserved for decisions that are not in scope for this project.
Writing a new ADR
See TEMPLATE.md. Copy it to ADR-NNN-short-title.md using the next available number, fill in every section, and start with status: proposed. Flip to accepted once implemented (or rejected / superseded if it goes the other way).