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
// #9473: the other four `.claude/skills/` are read in full by the sessions
112
116
// that use them too — the erosion mechanism the ratchet exists to stop
@@ -234,7 +238,7 @@ function selfTest() {
234
238
['SKILL.md is covered',CEILINGS.has('.claude/skills/pm-dispatch/SKILL.md'),true],
235
239
['the dev-agent definition is covered',CEILINGS.has('.claude/agents/os-dev.md'),true],
236
240
['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],
237
-
['all six lane job descriptions are covered',['engine','services','cli','devx','skills','spec'].every((n)=>CEILINGS.has(`.claude/skills/pm-dispatch/references/lanes/${n}.md`)),true],
241
+
['all seven lane job descriptions are covered',['engine','services','cli','devx','skills','spec','hotcrm'].every((n)=>CEILINGS.has(`.claude/skills/pm-dispatch/references/lanes/${n}.md`)),true],
238
242
['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],
239
243
['root AGENTS.md is covered (#9792)',CEILINGS.has('AGENTS.md'),true],
240
244
// The dispatch-gates declaration (#9964). Enforcement cannot hold any of
0 commit comments