You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(pm): add per-file ceilings for the four uncovered skills (#9473) (#9535)
The skill line ratchet's header claims "the ceiling now covers the
whole surface, per file" but the CEILINGS map only held the
pm-dispatch surface. Add entries for checklist-test, checklist-author,
dogfood-verification, and spec-property-retirement at their current
line counts on origin/main (headroom 0, same convention as the
existing entries). Extend the script's own self-test to assert the
four are covered.
Fixes#9473
Co-authored-by: Claude <noreply@anthropic.com>
['SKILL.md is covered',CEILINGS.has('.claude/skills/pm-dispatch/SKILL.md'),true],
118
126
['the dev-agent definition is covered',CEILINGS.has('.claude/agents/os-dev.md'),true],
119
127
['all five compressed references are covered',['dispatch-runbook','platform-readings','review-checklist','landing-operations','seat-post-protocol'].every((n)=>CEILINGS.has(`.claude/skills/pm-dispatch/references/${n}.md`)),true],
128
+
['the other four skills are covered (#9473)',['checklist-test','checklist-author','dogfood-verification','spec-property-retirement'].every((n)=>CEILINGS.has(`.claude/skills/${n}/SKILL.md`)),true],
0 commit comments