Architecture Decision Records
Architecture Decision Records (ADRs) capture the context, options considered, and rationale behind significant architectural decisions made in this project.
ADR Index
Section titled “ADR Index”| ID | Title | Status | Date |
|---|---|---|---|
| ADR-001 | Actions Runs List — Switch Data Source from /actions/tasks to /actions/runs | PROPOSED | 2025-07 |
What is an ADR?
Section titled “What is an ADR?”An ADR documents:
- Context — What situation prompted the decision?
- Decision — What was decided?
- Rationale — Why was this the best option?
- Consequences — What are the trade-offs?
ADRs are immutable once accepted. Superseded decisions reference the ADR that replaced them.