Architecture Decision Records
Architecture Decision Records (ADRs)
Section titled “Architecture Decision Records (ADRs)”This directory contains Architecture Decision Records documenting significant technical decisions.
What are ADRs?
Section titled “What are ADRs?”ADRs document technical implementation decisions for specific architectural components. Each ADR focuses on a single decision and includes:
- Context: The problem or constraint that led to this decision
- Decision: What was chosen and why
- Consequences: Trade-offs, pros, and cons
- Alternatives: Other options that were considered
Creating a New ADR
Section titled “Creating a New ADR”docz create adr "Your ADR Title"ADR Status
Section titled “ADR Status”- Proposed: Under discussion, not yet approved
- Accepted: Approved and being implemented or already implemented
- Deprecated: No longer relevant or superseded
- Superseded by ADR-XXXX: Replaced by another ADR
All ADRs
Section titled “All ADRs”| ID | Title | Status | Date | Author | Link |
|---|---|---|---|---|---|
| ADR-0001 | Use HCL as the linter configuration format | Proposed | 2026-04-18 | Donald Gifford | 0001-use-hcl-as-the-linter-configuration-format.md |