generated from john/python-template
21 lines
684 B
Markdown
21 lines
684 B
Markdown
# Architecture Decision Records (ADRs)
|
|
|
|
This directory records significant architecture decisions for Version 1.
|
|
|
|
## ADR Format
|
|
|
|
Each ADR should include:
|
|
|
|
1. **Status** (`proposed`, `accepted`, `superseded`)
|
|
2. **Context**
|
|
3. **Decision**
|
|
4. **Consequences**
|
|
5. **Alternatives Considered**
|
|
|
|
## Index
|
|
|
|
- [ADR-0001: Lifespan-owned runtime resources](ADR-0001-lifespan-owned-runtime-resources.md)
|
|
- [ADR-0002: Explicit schema bootstrap policy](ADR-0002-explicit-schema-bootstrap-policy.md)
|
|
- [ADR-0003: Persistence baseline and transition path](ADR-0003-persistence-baseline-and-transition-path.md)
|
|
- [ADR-0004: In-process worker topology for V1](ADR-0004-in-process-worker-topology.md)
|