Architecture Decision RecordsΒΆ

Architecture decision records capture significant design choices for ogcat. They should be short enough to maintain, but concrete enough that future changes can be judged against the original context, options, and consequences.

ADRs use this status vocabulary:

  • Proposed: a target design has been recorded, but implementation is pending.

  • Accepted: the design is implemented or actively treated as the project direction.

  • Superseded: a later ADR replaces the decision.