kaitranntt
|
6372b3d303
|
refactor: add barrel exports to api/, glmt/, management/
- src/api/index.ts: re-export services module
- src/glmt/index.ts: export all GLMT transformers and pipeline
- src/management/index.ts: export doctor, managers, diagnostics, checks, repair
|
2025-12-19 16:01:22 -05:00 |
|
kaitranntt
|
ecb6bb448a
|
refactor(api): extract service layer from api-command
- create api/services/ with 5 modules (800 → 426 lines)
- validation-service, profile-types, profile-reader, profile-writer
- separate CLI parsing from business logic
Phase 5: Command Refactor (api-command.ts)
|
2025-12-19 11:48:33 -05:00 |
|