Jesús Pérez
|
9408775f25
|
chore: fix exclude paths
|
2025-09-23 03:31:03 +01:00 |
|
Jesús Pérez
|
37ee6486d5
|
fix: resolve all syntax errors in provisioning modules
Fixed 29 syntax errors across 4 modules:
- servers/ (6 files, 13 errors): Fixed parentheses in PROVISIONING_ARGS expressions
- taskservs/ (4 files, 6 errors): Fixed parentheses in string interpolation
- main_provisioning/ (3 files, 3 errors): Fixed environment variable access
- lib_provisioning/utils/ (2 files, 2 errors): Fixed standalone env access
Pattern fixed:
- $"($env.PROVISIONING_ARGS? | default "") " → $"(($env.PROVISIONING_ARGS? | default "")) "
- $env.PROVISIONING_ARGS? | default "" → ($env.PROVISIONING_ARGS? | default "")
All modules now have valid Nushell syntax for proper parsing.
|
2025-09-23 00:00:01 +01:00 |
|
Jesús Pérez
|
1743dc82c2
|
test: validate migrated modules
|
2025-09-22 23:48:01 +01:00 |
|
Jesús Pérez
|
db75bb88f1
|
chore: complete analysis phase - syntax and env references
|
2025-09-22 23:47:59 +01:00 |
|
Jesús Pérez
|
19d2d1ae58
|
feat: add token-efficient migration agent scripts
- 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
|
2025-09-22 23:44:56 +01:00 |
|
Jesús Pérez
|
0a837aed54
|
feat: add config module and agent setup for migration
- Add config module from backup (loader, accessor, migration)
- Add agent reference cards for token-efficient migration
- Add migration knowledge base and instructions
- Ready to start systematic config-driven migration
|
2025-09-22 23:36:59 +01:00 |
|
Jesús Pérez
|
a509868257
|
feat: initialize migration infrastructure on config-driven branch
|
2025-09-22 23:31:29 +01:00 |
|
Jesús Pérez
|
50745b0f22
|
chore: add current provisioning state before migration
|
2025-09-22 23:11:41 +01:00 |
|
Jesús Pérez
|
a9703b4748
|
chore: update .gitignore before config-driven migration
|
2025-09-22 23:11:31 +01:00 |
|
Jesús Pérex
|
77b63ef3c8
|
chore: check
|
2025-07-10 21:41:03 +01:00 |
|
Jesús Pérex
|
56c8a3fff0
|
add
|
2025-07-10 21:35:28 +01:00 |
|
Jesús Pérex
|
05bf246ac9
|
chore: change title
|
2025-07-10 21:32:57 +01:00 |
|
Jesús Pérex
|
0d9b5e8380
|
chore: add resources with images
|
2025-07-10 21:20:33 +01:00 |
|
Jesús Pérex
|
f4cebb8854
|
chore: update README
|
2025-07-10 21:19:18 +01:00 |
|
|
197c507c12
|
chore: fix content
|
2024-08-14 19:54:17 +01:00 |
|
|
0cad980ff4
|
chore: fix content
|
2024-08-14 19:52:23 +01:00 |
|
|
3cb5ed77a9
|
chore: fix content
|
2024-08-14 19:49:34 +01:00 |
|
|
a650280a6f
|
chore: fix content
|
2024-08-14 19:47:40 +01:00 |
|
|
85d4cfd099
|
init repo
|
2024-08-14 19:45:09 +01:00 |
|