mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
🔧 Fix command syntax inconsistencies and improve documentation clarity
## Command Syntax Standardization - Fix lowercase "superclaude" → "SuperClaude" in installation.md - Distinguish between terminal commands (SuperClaude install) and Claude Code commands (/sc:*) - Add clear command context headers to all major documentation files ## Documentation Improvements - Add command reference tables to key guides - Create visual distinction markers (🖥️ Terminal vs 💬 Claude Code) - Update verification sections with proper command separation - Fix content duplications in Developer-Guide and Getting-Started files ## Cross-Reference Updates - Standardize all documentation links to use Docs/ prefix structure - Replace invalid email addresses with anton.knoery@gmail.com - Remove non-existent team references from security documentation ## Files Enhanced - Getting-Started: installation.md, quick-start.md with command clarity - User-Guide: commands.md with comprehensive command context - Reference: troubleshooting.md, common-issues.md with mixed command support - Root files: README.md, CONTRIBUTING.md, SECURITY.md link updates This resolves command confusion between installation (terminal) and development (/sc:) commands. 🤖 Generated with Claude Code Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
28
README.md
28
README.md
@@ -29,26 +29,26 @@ SuperClaude Framework development requires ongoing support to maintain MCP serve
|
||||
## Documentation
|
||||
|
||||
### Getting Started
|
||||
- [Quick Start Guide](Getting-Started/quick-start.md)
|
||||
- [Installation Guide](Getting-Started/installation.md)
|
||||
- [Quick Start Guide](Docs/Getting-Started/quick-start.md)
|
||||
- [Installation Guide](Docs/Getting-Started/installation.md)
|
||||
|
||||
### User Guides
|
||||
- [Commands Reference](User-Guide/commands.md)
|
||||
- [Agents Guide](User-Guide/agents.md)
|
||||
- [Behavioral Modes](User-Guide/modes.md)
|
||||
- [Flags Guide](User-Guide/flags.md)
|
||||
- [MCP Servers](User-Guide/mcp-servers.md)
|
||||
- [Session Management](User-Guide/session-management.md)
|
||||
- [Commands Reference](Docs/User-Guide/commands.md)
|
||||
- [Agents Guide](Docs/User-Guide/agents.md)
|
||||
- [Behavioral Modes](Docs/User-Guide/modes.md)
|
||||
- [Flags Guide](Docs/User-Guide/flags.md)
|
||||
- [MCP Servers](Docs/User-Guide/mcp-servers.md)
|
||||
- [Session Management](Docs/User-Guide/session-management.md)
|
||||
|
||||
### Developer Resources
|
||||
- [Technical Architecture](Developer-Guide/technical-architecture.md)
|
||||
- [Contributing Code](Developer-Guide/contributing-code.md)
|
||||
- [Testing & Debugging](Developer-Guide/testing-debugging.md)
|
||||
- [Technical Architecture](Docs/Developer-Guide/technical-architecture.md)
|
||||
- [Contributing Code](Docs/Developer-Guide/contributing-code.md)
|
||||
- [Testing & Debugging](Docs/Developer-Guide/testing-debugging.md)
|
||||
|
||||
### Reference
|
||||
- [Best Practices](Reference/best-practices.md)
|
||||
- [Examples Cookbook](Reference/examples-cookbook.md)
|
||||
- [Troubleshooting](Reference/troubleshooting.md)
|
||||
- [Quick Start Practices](Docs/Reference/quick-start-practices.md)
|
||||
- [Examples Cookbook](Docs/Reference/examples-cookbook.md)
|
||||
- [Troubleshooting](Docs/Reference/troubleshooting.md)
|
||||
|
||||
## Contributing
|
||||
|
||||
|
||||
Reference in New Issue
Block a user