mirror of
https://github.com/SuperClaude-Org/SuperClaude_Framework.git
synced 2025-12-29 16:16:08 +00:00
Major optimization: 35% token reduction through template system & file consolidation
- Consolidated 7 redundant YAML files into 3 comprehensive files: * error-recovery + error-recovery-enhanced → error-handling.yml * performance-monitoring + performance-tracker → performance.yml * task-management + todo-task-integration + auto-task-trigger → task-system.yml - Created 3 new shared resource files: * severity-levels.yml (universal classification system) * execution-lifecycle.yml (common execution hooks) * constants.yml (paths, symbols, standards) - Migrated all 18 commands to use expanded template system - Updated cross-references throughout command system - Achieved 6,440 token savings (35.5% reduction) while maintaining full functionality 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -98,7 +98,7 @@ Commands:
|
||||
|
||||
Shared_Resources:
|
||||
audit.yml: → .claudedocs/audit/
|
||||
performance-monitoring.yml: → .claudedocs/metrics/
|
||||
performance.yml: → .claudedocs/metrics/
|
||||
checkpoint.yml: → .claudedocs/summaries/checkpoint-*.md
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user