Skip to content

Commit bc396ab

Browse files
GarethManningclaude
andcommitted
fix: update CI skill count to 124 and sync MCP bundle
Two CI failures since the historical-thinking domain was added: 1. validate job: hardcoded expected count was 114 — updated to 124 2. bundle-sync job: mcp-server/src/skills.json was not rebuilt after adding 10 new skills — regenerated via `cd mcp-server && npm run bundle-skills` registry.json also regenerated to pick up timestamp. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dfa15ee commit bc396ab

3 files changed

Lines changed: 1207 additions & 2 deletions

File tree

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
run: |
1515
COUNT=$(find skills/ -name "SKILL.md" | wc -l)
1616
echo "Skills found: $COUNT"
17-
[ "$COUNT" -eq 114 ] || (echo "Expected 114 skills, found $COUNT" && exit 1)
17+
[ "$COUNT" -eq 124 ] || (echo "Expected 124 skills, found $COUNT" && exit 1)
1818
- name: Validate YAML frontmatter
1919
run: python3 scripts/validate-skills.py
2020
- name: Validate registry.json

0 commit comments

Comments
 (0)