- 01_analyze_syntax.sh: Find syntax errors (~1500 tokens) - 02_fix_syntax.sh: Fix syntax in specific files (~1000 tokens) - 03_analyze_env.sh: Find ENV references (~1200 tokens) - 04_migrate_env.sh: Migrate ENV to config (~1500 tokens) - 05_test_module.sh: Test modules after migration (~800 tokens) - migration_coordinator.sh: Orchestrate complete migration - README.md: Usage instructions and safety features Total migration cost: ~15-20k tokens vs 50k+ monolithic approach |
||
|---|---|---|
| .. | ||
| 01_analyze_syntax.sh | ||
| 02_fix_syntax.sh | ||
| 03_analyze_env.sh | ||
| 04_migrate_env.sh | ||
| 05_test_module.sh | ||
| migration_coordinator.sh | ||