| title | Architectural Decision Records Index |
|---|---|
| service | global |
| status | draft |
| last_reviewed | 2025-12-06 |
| type | decision |
This directory contains Architectural Decision Records documenting significant technical decisions made for the platform.
Each ADR follows this format:
# ADR-XXXX: [Short Title]
## Context
[What is the issue we're addressing? What constraints do we face?]
## Decision
[What decision did we make?]
## Rationale
[Why did we make this decision? What alternatives were considered?]
## Consequences
[What are the results of this decision? What benefits or trade-offs?]
## Status
[Proposed | Accepted | Superseded by ADR-XXXX | Deprecated]
## Date
[YYYY-MM-DD]
| ADR | Title | Status | Date |
|---|---|---|---|
| ADR-0001 | Documentation Standardization | Active | 2025-11-15 |
| ADR-0002 | Create Game History API | Accepted | 2025-12-06 |
| ADR | Title | Superseded By | Date |
|---|---|---|---|
| [None yet] | [Example] | ADR-XXXX | [Date] |
- Create a new file:
ADR-XXXX-[slug-title].md - Use next available number (search existing ADRs)
- Write in the format specified above
- Submit for review by architecture team
- Once approved, move status to "Accepted"
- Archive superseded ADRs with new status
- Architecture: Major system or infrastructure decisions
- Domain: Changes to domain boundaries or ownership
- Operations: Deployment, observability, or reliability decisions
- Security: Authentication, authorization, encryption, and privacy
Last updated: 2025-12-06