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:
NomenAK
2025-07-14 14:28:11 +02:00
commit 59d74b8af2
69 changed files with 17543 additions and 0 deletions

17
profiles/developer.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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
}