Skip to content

Commit 97d431d

Browse files
committed
chore(ratchet): re-measure the AGENTS.md ceiling on the reflowed layout, 1150 -> 1158
The branch's original raise (961 -> 969) was measured against the pre-#11948 layout and was dissolved by the merge. Re-measured on current main: AGENTS.md is 1150 there and 1158 with the mirror re-sync applied, so the honest cost is again +8 -- published block 11 -> 17 lines, prose paragraph 4 -> 6. The maintainer's option-C1 ruling is quoted verbatim and untranslated beside the value, per the map's convention. Gate reads at the new value: check-skill-line-ratchet: AGENTS.md is 1158 lines (ceiling 1158; headroom 0). check-skill-line-ratchet self-test: 71 cases pass.
1 parent 373927c commit 97d431d

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

scripts/pm/check-skill-line-ratchet.mjs

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,22 @@ export const CEILINGS = new Map([
289289
// rewrap headroom, so the correction costs one line. Maintainer ruling
290290
// 2026-08-25, verbatim and untranslated, accepting the measured +1/D1 option:
291291
// 「我看到了,你分析过了,接受你的建议」. Headroom is 0 again by construction.
292-
['AGENTS.md', 1150],
292+
//
293+
// 1150 → 1158 (#10855 / PR #11908): the published-spellings mirror re-sync.
294+
// AGENTS.md's copy of check-cross-package-test-inputs' RECOGNISED_PATH_SPELLINGS
295+
// had drifted — the two findUp ANCHOR seeds and the ⛔ manifest-name prohibition
296+
// qualifying them were missing. Twice before, the stale line over there was the
297+
// stated REASON FOR A PROHIBITION (#10163, #10854), so a rotting mirror does not
298+
// merely misinform: it launders an obsolete rule into a live one. The honest
299+
// re-sync measures +8 on the reflowed (#11948) layout — published block 11 → 17
300+
// lines, prose paragraph 4 → 6 — and lossless rewrap headroom across that
301+
// section measures 0, so it cannot be paid in place. From here the mirror is
302+
// mechanically enforced by check-published-list-mirrors.mjs, which prices any
303+
// later drift at the moment it is incurred rather than letting it accrue.
304+
// Maintainer ruling 2026-08-25 (option C1), verbatim and untranslated:
305+
// 「我看到了,你分析过了,接受你的建议」 — recorded on PR #11908. Headroom is 0
306+
// again by construction.
307+
['AGENTS.md', 1158],
293308
// #9965: root CLAUDE.md is the other repo-root instruction file — same read
294309
// path (every seat session), same governance (Prime Directive #14). It is
295310
// structurally growth-prone in the way the ratchet is built for: it exists to

0 commit comments

Comments
 (0)