Architecture Decision Records¶
This directory contains Architecture Decision Records (ADRs) for cs-lewis-backend.
Index¶
| ADR | Title | Status | Date |
|---|---|---|---|
| 0001 | Backend Architecture | Proposed | 2026-06-25 (upd. 2026-06-29) |
Creating a New ADR¶
- Scan this directory for the highest existing number; increment by one.
- Copy
template.mdtoNNNN-title-with-dashes.md. - Fill it in and submit for review.
- Update this index after acceptance.
Status values¶
- Proposed: under discussion
- Accepted: decision made, implementing
- Deprecated: no longer relevant
- Superseded: replaced by another ADR (link it)
- Rejected: considered but not adopted