Skip to content

test(readiness-core): add skill-dedup regression test - #497

Open
pxmpsdev wants to merge 1 commit into
cobusgreyling:mainfrom
pxmpsdev:test/480-readiness-dedup-test
Open

test(readiness-core): add skill-dedup regression test#497
pxmpsdev wants to merge 1 commit into
cobusgreyling:mainfrom
pxmpsdev:test/480-readiness-dedup-test

Conversation

@pxmpsdev

Copy link
Copy Markdown
Contributor

Closes #480

Adds regression tests for the skill-dedup fix in #475:

  • Same skill directory name under .grok/skills and skillsscanSkillDirectories returns count 1
  • Distinct skill names still count separately
  • Documents why dedup matters: one real skill must not inflate skillsOne into skillsTwoPlus in the readiness score

Uses temp fixture dirs (cleaned up after), no permanent fixtures.

cd tools/readiness-core && npm test passes (5 tests).

Same skill directory under .grok/skills and skills must be counted
once, distinct names separately, guarding the skillsOne vs
skillsTwoPlus score signal against double-counting.
@pxmpsdev
pxmpsdev force-pushed the test/480-readiness-dedup-test branch from a476e7f to 9814bc4 Compare August 10, 2026 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add skill-dedup regression test for readiness-core

1 participant