mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
16 lines
383 B
JSON
16 lines
383 B
JSON
|
|
{
|
||
|
|
"name": "Quick Installation",
|
||
|
|
"description": "Recommended installation with core framework and essential components",
|
||
|
|
"components": [
|
||
|
|
"core",
|
||
|
|
"commands"
|
||
|
|
],
|
||
|
|
"features": {
|
||
|
|
"auto_update": false,
|
||
|
|
"backup_enabled": true,
|
||
|
|
"validation_level": "standard"
|
||
|
|
},
|
||
|
|
"target_users": ["general", "developers"],
|
||
|
|
"estimated_time_minutes": 2,
|
||
|
|
"disk_space_mb": 50
|
||
|
|
}
|