Commit a7cce55
docs(metadata-protocol): boot reconciliation is ADR-0094 D4, not D3, at two comment sites (#16153)
Two comments in `packages/metadata-protocol` cite `ADR-0094 D3` for boot
reconciliation. In ADR-0094 that is D4 (`### D4 — Boot reconciliation and the
migration/backfill path`); D3 is a different decision — `### D3 — Data-door
writes are redirected into metadata (write-through)`.
Prime Directive #13's mechanism is that a code comment naming an ADR section
sends the next author to the decision they are standing on. A wrong section
sends them to the write-through redirect table when they were looking for the
`kernel:ready` convergence pass — a plausible-looking wrong answer, which is
worse than no citation at all.
Comment text only; no behaviour, no assertion, no test semantics. The edit is
byte-length neutral, so no line number moves.
Claude-Session: https://claude.ai/code/session_01ARYe3yQTQCUFm5qPYNgKaJ
Co-authored-by: Claude <noreply@anthropic.com>1 parent bdc0218 commit a7cce55
2 files changed
Lines changed: 2 additions & 2 deletions
File tree
- packages/metadata-protocol/src
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20056 | 20056 | | |
20057 | 20057 | | |
20058 | 20058 | | |
20059 | | - | |
| 20059 | + | |
20060 | 20060 | | |
20061 | 20061 | | |
20062 | 20062 | | |
| |||
0 commit comments