# 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. ```{toctree} :maxdepth: 1 0001-operation-scoped-hook-lifecycle-observation 0002-virtual-artifact-filesystem-domain-model ```