docs: define repository rename identity contract
All checks were successful
CI Smoke / host-smoke (push) Successful in 1s
CI Smoke / container-smoke (push) Successful in 1s

Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a049a4-ee9f-78e1-9d66-2cb0f9bea3e3
This commit is contained in:
tegwick 2026-08-28 21:24:50 +02:00
parent 80daf659bb
commit 8754983a0d
3 changed files with 277 additions and 4 deletions

View file

@ -116,8 +116,9 @@ N/A for this stub.
## 9. Architecture Decisions
This repo has no `docs/adr/` corpus. Binding decisions live in
the-custodian and are listed on the estate map:
Estate-wide binding decisions live in the-custodian and are listed on the
estate map. Service-local implementation decisions live in `docs/adr/` and do
not supersede the estate decisions:
| Estate ADR | Status | Why it binds this system |
| --- | --- | --- |
@ -126,6 +127,10 @@ the-custodian and are listed on the estate map:
| `CUST-ADR-007` | accepted | One writer of workplan UUIDs. |
| `CUST-ADR-010` | proposed | Two kinds of hub data. |
| Local ADR | Status | Scope |
| --- | --- | --- |
| `STATE-ADR-001` | accepted | Repository identity and recovery contract for canonical-name changes. |
Do not treat a State Hub `/decisions` row as the published ADR.
---