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:
@@ -351,17 +351,17 @@ Common_References:
|
||||
Paths: "See Documentation Paths section above"
|
||||
Limits: "See Time Limits section above"
|
||||
Messages: "See Success Messages section above"
|
||||
Flags: "@include shared/universal-constants.yml#Universal_Flags"
|
||||
Flags: "@include universal-constants.yml#Universal_Flags"
|
||||
|
||||
Usage_Examples:
|
||||
Command_Header: |
|
||||
@include shared/universal-constants.yml#Universal_Legend
|
||||
@include shared/universal-constants.yml#Process_Flow
|
||||
@include universal-constants.yml#Universal_Legend
|
||||
@include universal-constants.yml#Process_Flow
|
||||
Report_Location: |
|
||||
Reports: @include shared/universal-constants.yml#Documentation_Paths.Reports
|
||||
Reports: @include universal-constants.yml#Documentation_Paths.Reports
|
||||
Success_Format: |
|
||||
@include shared/universal-constants.yml#Success_Messages.Operation_Complete
|
||||
@include universal-constants.yml#Success_Messages.Operation_Complete
|
||||
```
|
||||
|
||||
---
|
||||
*Universal Constants v4.0.0 - Single source of truth for all SuperClaude shared values*
|
||||
*Universal Constants v2 - Single source of truth for all SuperClaude shared values*
|
||||
|
||||
Reference in New Issue
Block a user