Architecture Decision Records
Short, dated records of decisions that were genuinely weighed against an alternative — not a log of every choice made. Format: Context, Decision, Consequences (including the costs accepted, not just the benefits).
| ADR | Decision |
|---|---|
| 0001 | Monorepo, one build graph, from day one |
| 0002 | Mock every external dependency at the boundary |
| 0003 | GCP as the reference deployment target |
| 0004 | Java 25 and Spring Boot 4 as the uniform runtime target |
| 0005 | One React frontend stack for both customer and staff surfaces |