2025-07-14 14:28:11 +02:00
|
|
|
{
|
|
|
|
|
"components": {
|
|
|
|
|
"core": {
|
|
|
|
|
"name": "core",
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"description": "SuperClaude framework documentation and core files",
|
|
|
|
|
"category": "core",
|
|
|
|
|
"dependencies": [],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
|
|
|
|
},
|
|
|
|
|
"commands": {
|
|
|
|
|
"name": "commands",
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"description": "SuperClaude slash command definitions",
|
|
|
|
|
"category": "commands",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": []
|
|
|
|
|
},
|
|
|
|
|
"mcp": {
|
|
|
|
|
"name": "mcp",
|
|
|
|
|
"version": "3.0.0",
|
2025-08-05 13:59:17 +02:00
|
|
|
"description": "MCP server integration (Context7, Sequential, Magic, Playwright, Morphllm, Serena)",
|
2025-07-14 14:28:11 +02:00
|
|
|
"category": "integration",
|
|
|
|
|
"dependencies": ["core"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": ["node", "claude_cli"]
|
|
|
|
|
},
|
2025-08-05 13:59:17 +02:00
|
|
|
"serena": {
|
|
|
|
|
"name": "serena",
|
|
|
|
|
"version": "3.0.0",
|
|
|
|
|
"description": "Semantic code analysis and intelligent editing with project-aware context management",
|
|
|
|
|
"category": "integration",
|
|
|
|
|
"dependencies": ["core", "mcp"],
|
|
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": ["uvx", "python3", "claude_cli"]
|
|
|
|
|
},
|
2025-07-14 14:28:11 +02:00
|
|
|
"hooks": {
|
|
|
|
|
"name": "hooks",
|
2025-08-05 13:59:17 +02:00
|
|
|
"version": "2.0.0",
|
|
|
|
|
"description": "Enhanced Task Management System - Hook Infrastructure",
|
2025-07-14 14:28:11 +02:00
|
|
|
"category": "integration",
|
|
|
|
|
"dependencies": ["core"],
|
2025-08-05 13:59:17 +02:00
|
|
|
"enabled": true,
|
|
|
|
|
"required_tools": ["python3"]
|
2025-07-14 14:28:11 +02:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|