Skip to content

Commit 6b7c189

Browse files
committed
docs(adr): renumber R74 references to R76 after the main merge
1 parent f9aae56 commit 6b7c189

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/adr/0022-daemon-platform-runtime-coupling.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or owning issue. #2278 audited all four concerns at `27a97ee619`.
3131
- **Leaked platform mechanics** — platform-family operations or state that should be owned
3232
behind a deeper runtime interface or adapter; only this category creates implementation
3333
work (child issues below).
34-
The gate rule **R74 `daemon-platform-runtime-inventory`** (in `scripts/layering/check.ts`)
34+
The gate rule **R76 `daemon-platform-runtime-inventory`** (in `scripts/layering/check.ts`)
3535
fails the layering check on any unclassified edge, on symbol-set drift between a file and its
3636
inventory entry, and on stale entries. Observed red against a planted unclassified import
3737
before acceptance.
@@ -111,7 +111,7 @@ or owning issue. #2278 audited all four concerns at `27a97ee619`.
111111

112112
## 4. Enforced by
113113

114-
- R74 `daemon-platform-runtime-inventory` and R75 `session-authority-overlay` in
114+
- R76 `daemon-platform-runtime-inventory` and R75 `session-authority-overlay` in
115115
`scripts/layering/check.ts` (both observed red against planted violations before acceptance).
116116
- R7 `session-state-ownership` and the R10 merge-base ratchet for the owning-module slice.
117117
- R65 for the concrete-platform-import ban this audit builds on.

docs/adr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
| [0019 Request-Bound Platform Runtime](0019-request-bound-platform-runtime.md) | platform-package boundaries/composition, device discovery, runtime facts/facets, request binding, provider ownership, platform-shaped session resources, durable reattachment, daemon-handler migration |
2424
| [0020 Composable Recorded Fragments (Proposed)](0020-composable-recorded-fragments.md) | lifecycle-free recorded fragment capture/composition, entry guards, fragment-local addresses/digests, staleness, and native `.ad`/Maestro composition |
2525
| [0021 Host — Simlock-Backed Managed Device Allocation and the Host Supervisor](0021-host-simlock-managed-device-allocation.md) | local-first Simlock-managed execution, Host identity/admin boundaries, shape allocation, durable managed-device lease mapping, lifecycle ownership, and supervised maintenance |
26-
| [0022 Daemon — Platform Runtime Coupling Audit and Ownership Ratchets](0022-daemon-platform-runtime-coupling.md) | daemon imports of root `platform-runtime-*` modules, the R74 edge classification inventory, R75 session-authority ratchet, entry-to-platform hop routes and roles |
26+
| [0022 Daemon — Platform Runtime Coupling Audit and Ownership Ratchets](0022-daemon-platform-runtime-coupling.md) | daemon imports of root `platform-runtime-*` modules, the R76 edge classification inventory, R75 session-authority ratchet, entry-to-platform hop routes and roles |
2727

2828
ADRs record *why*; the registries and gates they describe are the living source of truth — when
2929
prose and a registry disagree, the registry wins and the ADR needs a follow-up.

0 commit comments

Comments
 (0)