Architecture decision records
Architecture decision records explain durable choices and their trade-offs. They describe why the platform behaves as it does rather than merely repeating the implementation.
Accepted decisions
- ADR-001: Select one cloud provider per installation
- ADR-002: Keep the domain provider-neutral and expose adapter ports
- ADR-003: Model provider designs without contacting cloud APIs
- ADR-004: Use one application service for every user interface
- ADR-005: Use deterministic proposal bundles
- ADR-006: Make GitHub the only protected deployment boundary