Architecture Decision Records (ADRs)¶
This directory contains Architecture Decision Records for this project.
ADRs follow the MADR format (Markdown Architectural Decision Records).
Index¶
| ID | Title | Status |
|---|---|---|
| ADR-001 | Use Structured Logging Instead of Plain Text Logging | Accepted |
Status values¶
Proposed → Accepted | Rejected | Deprecated → Superseded by ADR-NNN
Creating a new ADR¶
- Copy
ADR-000-template.mdtoADR-NNN-short-title.md. - Fill in all sections.
- Set status to
Proposedand open for discussion. - Update the index in this README.