Skip to content

Architecture decision records

An architecture decision record (ADR) captures a significant decision, the alternatives we considered, and why we chose what we chose. ADRs are immutable once merged — if we change our mind, we write a new ADR that supersedes the old one.

ADRs live under docs/adr/ in the source tree.

#TitleStatus
0001Establish a control-plane repository for rettXAccepted

More to come as the program matures.