Architecture Decision Records (ADRs)
This directory contains Architecture Decision Records documenting significant technical decisions.
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
docz create adr "Your ADR Title"
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
| ID | Title | Status | Date | Author | Link |
|---|---|---|---|---|---|