Added the Setup implimentation

This commit is contained in:
mithun50
2025-08-14 08:56:04 +05:30
parent 6cfd975d00
commit 41b5924934
107 changed files with 9771 additions and 504 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
}