Goal
Add a regression test that skill names are deduplicated across skill directories in readiness-core.
Pain source: Community PR #475 fixed double-counting when the same skill existed in e.g. .grok/skills/foo and skills/foo, which inflated the Loop Readiness score.
Files
tools/readiness-core/test/index.test.mjs (extend)
- Temp fixture dirs created in the test (prefer no permanent multi-dir fixtures unless needed)
Acceptance criteria
Estimated time: ~25–35 minutes · label: tooling
Comment "I'll take this" to get assigned.
Goal
Add a regression test that skill names are deduplicated across skill directories in
readiness-core.Pain source: Community PR #475 fixed double-counting when the same skill existed in e.g.
.grok/skills/fooandskills/foo, which inflated the Loop Readiness score.Files
tools/readiness-core/test/index.test.mjs(extend)Acceptance criteria
scanSkillDirectoriesreturns count 1 for that nameskillsOnevsskillsTwoPlus)cd tools/readiness-core && npm testpassesEstimated time: ~25–35 minutes · label: tooling
Comment "I'll take this" to get assigned.