mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: consolidate documentation directories
Merged claudedocs/ into docs/research/ for consistent documentation structure. Changes: - Moved all claudedocs/*.md files to docs/research/ - Updated all path references in documentation (EN/KR) - Updated RULES.md and research.md command templates - Removed claudedocs/ directory - Removed ClaudeDocs/ from .gitignore Benefits: - Single source of truth for all research reports - PEP8-compliant lowercase directory naming - Clearer documentation organization - Prevents future claudedocs/ directory creation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -353,7 +353,7 @@ Task Flow:
|
||||
5. **Track** (Continuous): Monitor progress and confidence
|
||||
6. **Validate** (10-15%): Verify evidence chains
|
||||
|
||||
**Output**: Reports saved to `claudedocs/research_[topic]_[timestamp].md`
|
||||
**Output**: Reports saved to `docs/research/[topic]_[timestamp].md`
|
||||
|
||||
**Works Best With**: system-architect (technical research), learning-guide (educational research), requirements-analyst (market research)
|
||||
|
||||
|
||||
@@ -149,7 +149,7 @@ python3 -m SuperClaude install --list-components | grep mcp
|
||||
- **Planning Strategies**: Planning (direct), Intent (clarify first), Unified (collaborative)
|
||||
- **Parallel Execution**: Default parallel searches and extractions
|
||||
- **Evidence Management**: Clear citations with relevance scoring
|
||||
- **Output Standards**: Reports saved to `claudedocs/research_[topic]_[timestamp].md`
|
||||
- **Output Standards**: Reports saved to `docs/research/[topic]_[timestamp].md`
|
||||
|
||||
### `/sc:implement` - Feature Development
|
||||
**Purpose**: Full-stack feature implementation with intelligent specialist routing
|
||||
|
||||
@@ -154,19 +154,19 @@ Deep Research Mode:
|
||||
✓ TodoWrite: Created 8 research tasks
|
||||
🔄 Executing parallel searches across domains
|
||||
📈 Confidence: 0.82 across 15 verified sources
|
||||
📝 Report saved: claudedocs/research_quantum_[timestamp].md"
|
||||
📝 Report saved: docs/research/research_quantum_[timestamp].md"
|
||||
```
|
||||
|
||||
#### Quality Standards
|
||||
- [ ] Minimum 2 sources per claim with inline citations
|
||||
- [ ] Confidence scoring (0.0-1.0) for all findings
|
||||
- [ ] Parallel execution by default for independent operations
|
||||
- [ ] Reports saved to claudedocs/ with proper structure
|
||||
- [ ] Reports saved to docs/research/ with proper structure
|
||||
- [ ] Clear methodology and evidence presentation
|
||||
|
||||
**Verify:** `/sc:research "test topic"` should create TodoWrite and execute systematically
|
||||
**Test:** All research should include confidence scores and citations
|
||||
**Check:** Reports should be saved to claudedocs/ automatically
|
||||
**Verify:** `/sc:research "test topic"` should create TodoWrite and execute systematically
|
||||
**Test:** All research should include confidence scores and citations
|
||||
**Check:** Reports should be saved to docs/research/ automatically
|
||||
|
||||
**Works Best With:**
|
||||
- **→ Task Management**: Research planning with TodoWrite integration
|
||||
|
||||
Reference in New Issue
Block a user