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.
Currently merged ADRs
Section titled “Currently merged ADRs”| # | Title | Status |
|---|---|---|
| 0001 | Establish a control-plane repository for rettX | Accepted |
More to come as the program matures.