0001: Record architecture decisions
Date: 2026-05-18
Status
Accepted
Context
We need to record the architectural decisions made on this project.
Decision
We will use Architecture Decision Records, as described by Michael Nygard.
Consequences
- Every significant architectural decision should have an ADR
- ADRs are immutable once accepted (amendments create new ADRs)
- ADRs live in
docs/decisions/and are versioned with the code