Update all command files to use optimized template system

- Migrated 18 command files to use @include references
- Replaced custom legend sections with shared constants
- Standardized flag descriptions and report outputs
- Eliminated redundant content across commands
- Improved consistency and maintainability

Part of the 35% token reduction optimization.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
NomenAK
2025-06-24 12:58:28 +02:00
parent 327d7ded3c
commit 84ad5b60d1
19 changed files with 68 additions and 211 deletions

View File

@@ -1,14 +1,10 @@
## Legend
| Symbol | Meaning | | Abbrev | Meaning |
|--------|---------|---|--------|---------|
| → | leads to | | bld | build |
| & | and/with | | impl | implementation |
| w/ | with | | TDD | test-driven development |
@include shared/constants.yml#Process_Symbols
@include shared/command-templates.yml#Command_Header
Build project/feature based on req in $ARGUMENTS.
@include shared/command-templates.yml#Universal_Flags
@see shared/mcp-flags.yml ∀ MCP controls
Examples:
@@ -33,8 +29,7 @@ Templates:
**--watch:** Continuous build | Real-time feedback | Incremental | Live reload
**--interactive:** Step-by-step cfg | Interactive deps | Build customization
@see shared/research-first.yml ∀ research req
@include shared/command-templates.yml#Research_Requirements
@include shared/execution-lifecycle.yml#Standard_Lifecycle
Workflow: Research→Setup→Impl→Test→Integrate
Deliverables: Working code, tests, docs, integration instructions.
Deliverables: @include shared/constants.yml#Success_Messages