Architecture Decision Records
Architecture Decision Records (ADRs) document significant technical decisions made during arpi development.
ADRs are consolidated from two sources:
- Platform decisions (
docs/decisions/) — Core platform architecture choices (identity, auth, toolchain, etc.) - Infrastructure decisions (
infra/adrs/) — Infrastructure and deployment choices (sandbox, TLS, storage, etc.)
Each ADR shows its current status:
- Accepted — Active and in effect
- Superseded — Replaced by a newer decision
- Deprecated — No longer applicable
Browse individual ADRs using the sidebar navigation.