Initial commit
This commit is contained in:
17
.claude-plugin/plugin.json
Normal file
17
.claude-plugin/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user