This directory contains system-wide architecture decisions for this repository.
- ADR template:
docs/templates/adr.md - ADR entry:
docs/adrs/{NNNN}-{decision-title}.md - Example:
docs/adrs/0001-initial-architecture-decision.md
- Use one file per decision in
docs/adrs/ - Example file:
0001-initial-architecture-decision.md - Update the ADR in place when the decision evolves
- Copy
docs/templates/adr.mdand createdocs/adrs/{NNNN}-{decision-title}.md. - Fill context, choice, and rationale.
- When a decision changes, update the existing ADR rather than creating a new one.