mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
## Critical Fixes ✅ - **CLI Command Syntax**: Fixed all ambiguous `SuperClaude --version` → `python3 -m SuperClaude --version` - **Architecture Clarity**: Verified dual architecture documentation (Python CLI + Context Framework) - **External Dependencies**: Marked unverified APIs as experimental (TWENTYFIRST_API_KEY, MORPH_API_KEY) - **Installation Instructions**: Clarified NPM package names with verification warnings ## Content Optimization 🗑️ - **Removed unnecessary files**: - optimization-guide.md (inappropriate for context files) - quick-start-practices.md (duplicate content) - Various outdated socratic learning components - **Updated cross-references**: Fixed all broken links to point to existing, relevant content - **Consolidated navigation**: Streamlined Reference/README.md documentation matrix ## Technical Accuracy 🎯 - **Command References**: All commands now specify exact usage context (terminal vs Claude Code) - **Framework Nature**: Consistently explains SuperClaude as context framework, not executable software - **Installation Verification**: Updated diagnostic scripts with correct Python CLI commands - **MCP Configuration**: Marked experimental services appropriately ## Impact Summary 📊 - **Files Modified**: 15+ documentation files for accuracy and consistency - **Files Removed**: 5+ unnecessary/duplicate files - **Broken Links**: 0 (all cross-references updated) - **User Clarity**: Significantly improved understanding of dual architecture Result: Professional documentation that accurately represents SuperClaude's sophisticated dual architecture (Python CLI installation system + Claude Code context framework). 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"components": {
|
|
"core": {
|
|
"name": "core",
|
|
"version": "4.0.0",
|
|
"description": "SuperClaude framework documentation and core files",
|
|
"category": "core",
|
|
"dependencies": [],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
},
|
|
"commands": {
|
|
"name": "commands",
|
|
"version": "4.0.0",
|
|
"description": "SuperClaude slash command definitions",
|
|
"category": "commands",
|
|
"dependencies": ["core"],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
},
|
|
"mcp": {
|
|
"name": "mcp",
|
|
"version": "4.0.0",
|
|
"description": "MCP server configuration management via .claude.json",
|
|
"category": "integration",
|
|
"dependencies": ["core"],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
},
|
|
"modes": {
|
|
"name": "modes",
|
|
"version": "4.0.0",
|
|
"description": "SuperClaude behavioral modes (Brainstorming, Introspection, Task Management, Token Efficiency)",
|
|
"category": "modes",
|
|
"dependencies": ["core"],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
},
|
|
"mcp_docs": {
|
|
"name": "mcp_docs",
|
|
"version": "4.0.0",
|
|
"description": "MCP server documentation and usage guides",
|
|
"category": "documentation",
|
|
"dependencies": ["core"],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
},
|
|
"agents": {
|
|
"name": "agents",
|
|
"version": "4.0.0",
|
|
"description": "13 specialized AI agents with domain expertise and intelligent routing",
|
|
"category": "agents",
|
|
"dependencies": ["core"],
|
|
"enabled": true,
|
|
"required_tools": []
|
|
}
|
|
}
|
|
} |