mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
15 lines
317 B
JSON
15 lines
317 B
JSON
|
|
{
|
||
|
|
"name": "Minimal Installation",
|
||
|
|
"description": "Core framework files only",
|
||
|
|
"components": [
|
||
|
|
"core"
|
||
|
|
],
|
||
|
|
"features": {
|
||
|
|
"auto_update": false,
|
||
|
|
"backup_enabled": true,
|
||
|
|
"validation_level": "basic"
|
||
|
|
},
|
||
|
|
"target_users": ["testing", "basic"],
|
||
|
|
"estimated_time_minutes": 1,
|
||
|
|
"disk_space_mb": 20
|
||
|
|
}
|