Decisions (ADRs)¶
Home / Engineering / Decisions
Architecture Decision Records. Each ADR captures a significant technical or organizational decision: the context, the choice made, and its consequences. ADRs are append-only — when a decision changes, add a new ADR that supersedes the old one rather than rewriting history.
Status legend: proposed · accepted · deprecated · superseded
Index¶
| # | Decision | Status | Date |
|---|---|---|---|
| 0001 | Pausing the Feature Annotation Tool | accepted | 2026-04-08 |
Writing a new ADR
Create NNNN-short-title.md in this folder, add the breadcrumb, and append a row above. Keep one decision per file. Capture context → decision → consequences.