mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: Complete SuperClaude v2 migration with @include reference system
- Migrate all command files to use @include reference system - Consolidate shared patterns into new yml structure - Create central superclaude shared configuration files - Remove deprecated markdown files (MCP.md, PERSONAS.md, RULES.md) - Add new documentation structure in docs/ - Update installation script for new architecture - Add ROADMAP.md and VERSION files This completes the major architectural refactor to improve maintainability and reduce duplication across the SuperClaude command system. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -157,7 +157,7 @@ Claude_Code_Compliance:
|
||||
```yaml
|
||||
Command_Header_Pattern:
|
||||
Standard_Text: "Execute: immediate. --plan→show plan first"
|
||||
Enhanced_Documentation: "@include shared/planning-mode.yml#Planning_Behavior"
|
||||
Enhanced_Documentation: "@include planning-mode.yml#Planning_Behavior"
|
||||
|
||||
Planning_Behavior:
|
||||
Default_Execution: "Commands execute immediately without planning"
|
||||
@@ -178,4 +178,4 @@ Planning_Benefits:
|
||||
```
|
||||
|
||||
---
|
||||
*Planning mode configuration v4.0.0 - Comprehensive planning patterns for Claude Code compliance*
|
||||
*Planning mode configuration v2 - Comprehensive planning patterns for Claude Code compliance*
|
||||
|
||||
Reference in New Issue
Block a user