17 lines
651 B
JSON
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"
|
|
]
|
|
} |