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:
NomenAK
2025-06-25 00:21:27 +02:00
parent 219ff3905a
commit 23a103d5dc
36 changed files with 3139 additions and 1375 deletions

View File

@@ -1,12 +1,11 @@
# /improve - Enhance code quality, performance and architecture
@include shared/universal-constants.yml#Universal_Legend
## Purpose
Systematically improve code quality, performance, and architecture in $ARGUMENTS using best practices and optimization techniques.
## Command Execution
Execute: immediate. --plan→show plan first
Legend: Generated based on symbols used in command
Purpose: "[Action][Subject] in $ARGUMENTS"
## Syntax
`/improve [flags] [target]`
Systematically improve code quality, performance, and architecture in $ARGUMENTS using best practices and optimization techniques.
@include shared/flag-inheritance.yml#Universal_Always
@@ -55,4 +54,4 @@ Examples:
**Documentation:** Refactoring decisions | Architecture changes | Performance optimizations | Future recommendations
@include shared/universal-constants.yml#Success_Messages
@include shared/universal-constants.yml#Standard_Messages_Templates