Skip to content

Architecture Decision Records

Architecture Decision Records (ADRs) capture the context, options considered, and rationale behind significant architectural decisions made in this project.

IDTitleStatusDate
ADR-001Actions Runs List — Switch Data Source from /actions/tasks to /actions/runsPROPOSED2025-07

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.