Files
gh-romiluz13-cc10x-plugins-…/.claude-plugin/plugin.json
2025-11-30 08:52:51 +08:00

17 lines
651 B
JSON

{
"name": "cc10x",
"description": "Orchestration plugin for Claude Code with 5 workflows: review, plan, build, debug, validate. Features deterministic intent detection, complexity gating, evidence-first verification, and filesystem-based memory integration.",
"version": "4.9.0",
"author": {
"name": "Rom Iluz",
"email": "rom@iluz.net",
"url": "https://github.com/romiluz13"
},
"agents": [
"./subagents/code-reviewer/SUBAGENT.md",
"./subagents/component-builder/SUBAGENT.md",
"./subagents/integration-verifier/SUBAGENT.md",
"./subagents/bug-investigator/SUBAGENT.md",
"./subagents/planner/SUBAGENT.md"
]
}