mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Initial commit: SuperClaude v3 Beta clean architecture
Complete foundational restructure with: - Simplified project architecture - Comprehensive documentation system - Modern installation framework - Clean configuration management - Updated profiles and settings 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
16
profiles/quick.json
Normal file
16
profiles/quick.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"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
|
||||
}
|
||||
Reference in New Issue
Block a user