mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
📚 Major documentation improvements and corrections
- Fix directory structure in technical-architecture.md to match actual ~/.claude/ structure - Correct session management documentation to show true persistent memory via Serena MCP - Add comprehensive flags documentation with 40+ missing command-specific flags - Remove verification status sections across all documentation - Fix component counts: 14 agents, 5 modes, 21 commands - Update gitignore to exclude CRUSH.md and TODO.txt personal files - Standardize documentation structure and remove fictional content 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -24,10 +24,10 @@ pip install SuperClaude && SuperClaude install
|
||||
|
||||
### 🌱 Start Here (New Users)
|
||||
| Guide | Purpose |
|
||||
|-------|---------|------|
|
||||
| **[Quick Start](Getting-Started/quick-start.md)** | Setup and first commands | |
|
||||
| **[Installation](Getting-Started/installation.md)** | Detailed setup instructions | |
|
||||
| **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands | |
|
||||
|-------|---------|
|
||||
| **[Quick Start](Getting-Started/quick-start.md)** | Setup and first commands |
|
||||
| **[Installation](Getting-Started/installation.md)** | Detailed setup instructions |
|
||||
| **[Commands Guide](User-Guide/commands.md)** | All 21 `/sc:` commands |
|
||||
|
||||
### 🌿 Daily Usage (Regular Users)
|
||||
| Guide | Purpose | Use For |
|
||||
@@ -59,8 +59,8 @@ pip install SuperClaude && SuperClaude install
|
||||
|
||||
### Framework Components
|
||||
- **21 Commands** (`/sc:*`) - Workflow automation patterns
|
||||
- **15 Agents** (`@agent-*`) - Domain specialists
|
||||
- **6 Modes** - Behavioral modification patterns
|
||||
- **14 Agents** (`@agent-*`) - Domain specialists
|
||||
- **5 Modes** - Behavioral modification patterns
|
||||
- **6 MCP Servers** - Optional external tools
|
||||
|
||||
## 🚀 Quick Command Reference
|
||||
|
||||
Reference in New Issue
Block a user