📚 Complete documentation restructure and content cleanup

- Standardize documentation structure across all sections
- Fix CLI confusion and streamline user guidance
- Remove fictional content and align with actual functionality
- Improve technical architecture documentation
- Update installation and quick-start guides
- Enhance reference materials and examples

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-08-22 19:18:44 +02:00
parent f7cf87c5ad
commit 850e5a69a6
16 changed files with 99 additions and 136 deletions

View File

@@ -129,7 +129,7 @@
```bash
# Quick overview
/sc:analyze . --quick --uc
/sc:analyze . --overview --uc
# Fast, compressed output
# Standard analysis
@@ -169,7 +169,7 @@
# Systematic exploration of large projects
# Step 1: Structure understanding
/sc:load project/
/sc:analyze . --quick --focus architecture
/sc:analyze . --overview --focus architecture
# Step 2: Identify problem areas
@agent-quality-engineer "identify high-risk modules"