mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
refactor: Standardize @include reference system across all command files
- Fix @include references to use underscore format (Universal_Legend, Standard_Messages_Templates) - Add missing ultracompressed.yml shared pattern file - Update broken reference paths in all 18 command files - Ensure consistent template naming across command system - Optimize command file structure with standardized includes 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -133,8 +133,8 @@ Instead_Of_Repeating:
|
||||
MCP_Explanations: "@see shared/flag-inheritance.yml#MCP_Control"
|
||||
Thinking_Modes: "@see shared/flag-inheritance.yml#Thinking_Modes"
|
||||
Persona_Behaviors: "@see shared/persona-patterns.yml"
|
||||
Research_Standards: "@see shared/research-flow-templates.yml"
|
||||
Validation_Rules: "@see shared/validation.yml"
|
||||
Research_Standards: "@see shared/research-patterns.yml#Mandatory_Research_Flows"
|
||||
Validation_Rules: "@see shared/quality-patterns.yml#Pre_Execution_Validation"
|
||||
Performance_Patterns: "@see shared/performance.yml"
|
||||
|
||||
Template_Usage:
|
||||
|
||||
Reference in New Issue
Block a user