Commit 01aed5e
committed
docs(permissions): re-anchor the system-context census row this diff shifted
`content/docs/permissions/system-context.mdx` anchors source files by
ABSOLUTE LINE NUMBER, so adding `requireDuplicableSource` to
`packages/runtime/src/domains/packages.ts` rotted row 52's citation of
the anonymous-deny seam: `domains/packages.ts:422` -> `:535`, a shift of
exactly the 113 lines inserted above it.
Repaired with `node scripts/check-system-context-census.mjs --fix` (1
anchor rewritten); no line number was hand-edited.
Verified as a PURE SHIFT rather than a population change, by re-deriving
`node scripts/isystem-census.mjs --json` on BOTH sides (origin/main
4f37912 and this branch) in the same session rather than reusing any
earlier figure: sites 106 = 106, identifierAppearances 885 = 885,
classified 462 = 462, scannedFiles 293 = 293 (non-zero control),
nonElevationReads 6 = 6, staleLedgerRows 0 = 0, and every roleCounts /
text member equal. Keyed on identity (file, package, receiver, text) and
compared as a MULTISET so duplicate keys inside one file cannot collapse:
89 distinct keys carrying 106 sites on both sides, ARRIVED = 0,
VANISHED = 0, and exactly one site's LINE moved — in the one file this
branch edits, with zero line moves anywhere else.
Row 55's sibling anchor `domains/packages.ts:241` is deliberately
untouched: it sits above the first edit, so it did not shift. Swept the
whole of `content/` and `docs/` for other anchors into the four files
this branch resizes — those two are the only hits, against a control of
559 anchor-shaped citations tree-wide.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01D47qPfEWVPmhguWgBZCi5N1 parent 0917e35 commit 01aed5e
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
163 | | - | |
| 163 | + | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
| |||
0 commit comments