Skip to content

Commit 3838119

Browse files
randclaude
andcommitted
feat: v4.0.0 — major uplevel with spec compliance, gateway consolidation, MCP server
- Replace 1,271 <cc-polymath-root> refs with relative paths across 111 files - Consolidate 40 gateways to 23 (merge infra, distributed, systems-theory; absorb 8 others) - Build MCP server for tool-based skill discovery (search, list, info) - Standardize frontmatter across 160 files (INDEX.md, leaf skills, name prefixes) - Add context:fork to /skills command to prevent context pollution - Enhance plugin hooks (compact recovery, SubagentStart for Explore agents) - Simplify skill template to align with Agent Skills spec - Remove 4.5MB of JSON reports from tracking - Update all tests and validation — 22/22 pytest, validate.sh clean Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 209396c commit 3838119

253 files changed

Lines changed: 3360 additions & 109227 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude-plugin/marketplace.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"name": "cc-polymath",
1111
"source": "./",
1212
"description": "Efficient skill management with progressive discovery — 410+ production-ready skills across 33+ domains.",
13-
"version": "3.1.0"
13+
"version": "4.0.0"
1414
}
1515
]
1616
}

.claude-plugin/plugin.json

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cc-polymath",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Efficient skill management system with progressive discovery — 410+ production-ready skills across 33+ domains",
55
"author": {
66
"name": "rand"
@@ -27,7 +27,7 @@
2727
"python",
2828
"zig",
2929
"cryptography",
30-
"protocols",
30+
"networking",
3131
"engineering",
3232
"mobile",
3333
"cloud",
@@ -42,7 +42,10 @@
4242
"prompt-engineering",
4343
"git-workflows",
4444
"code-review",
45-
"context-efficient"
45+
"context-efficient",
46+
"distributed-systems",
47+
"formal-methods",
48+
"containers"
4649
],
4750
"skills": "./skills",
4851
"commands": "./commands",
@@ -53,7 +56,27 @@
5356
"hooks": [
5457
{
5558
"type": "command",
56-
"command": "echo 'cc-polymath v3.1.0 loaded (410+ skills, 40 gateways). Use /skills to discover relevant skills. Root: ${CLAUDE_PLUGIN_ROOT}'"
59+
"command": "echo 'cc-polymath v4.0.0 loaded (410+ skills, 23 gateways). Use /skills to discover relevant skills. Root: ${CLAUDE_PLUGIN_ROOT}'"
60+
}
61+
]
62+
},
63+
{
64+
"matcher": "compact",
65+
"hooks": [
66+
{
67+
"type": "command",
68+
"command": "echo 'cc-polymath: Skills remain available after compaction. Use /skills to rediscover.'"
69+
}
70+
]
71+
}
72+
],
73+
"SubagentStart": [
74+
{
75+
"matcher": "Explore",
76+
"hooks": [
77+
{
78+
"type": "command",
79+
"command": "echo 'cc-polymath skills available in this subagent context.'"
5780
}
5881
]
5982
}

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,24 @@ skills/MIGRATION_GUIDE.md
123123
skills/REFACTORING_SUMMARY.md
124124
skills/_archive/
125125

126+
# Generated reports (store as CI artifacts, not in repo)
127+
security-report-ci.json
128+
skills-audit-report.json
129+
*-report*.json
130+
131+
# Internal planning/audit documents
132+
AGENT_A*.md
133+
AGENT_A*.txt
134+
RESOURCES_*.md
135+
SECURITY_AUDIT_*.md
136+
137+
# Reasoning logs
138+
.reasoning_logs/
139+
140+
# MCP server build artifacts
141+
mcp-server/node_modules/
142+
mcp-server/dist/
143+
126144
# OS
127145
Thumbs.db
128146
Desktop.ini

AGENT_A4_QUICK_REFERENCE.txt

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)