Architecture Decision Records
ADR documents capture the rationale behind significant technical decisions.
Suggested Workflow
- Create a new ADR using the template in
docs/adr/template.md. - Give it a sequential identifier (e.g.,
001,002) and a concise title. - Capture context, decision, consequences, and follow-up actions.
- Reference ADRs from code comments or docs where the decision applies.