mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
17 lines
399 B
JSON
17 lines
399 B
JSON
|
|
{
|
||
|
|
"name": "Developer Installation",
|
||
|
|
"description": "Full installation with all components including MCP servers",
|
||
|
|
"components": [
|
||
|
|
"core",
|
||
|
|
"commands",
|
||
|
|
"mcp"
|
||
|
|
],
|
||
|
|
"features": {
|
||
|
|
"auto_update": false,
|
||
|
|
"backup_enabled": true,
|
||
|
|
"validation_level": "comprehensive"
|
||
|
|
},
|
||
|
|
"target_users": ["developers", "power_users"],
|
||
|
|
"estimated_time_minutes": 5,
|
||
|
|
"disk_space_mb": 100
|
||
|
|
}
|