WP16: Update main-new.ts to use InteractiveMode

This commit is contained in:
Mario Zechner 2025-12-09 00:36:16 +01:00
parent 0020de8518
commit 00982705f2
2 changed files with 26 additions and 42 deletions

View file

@ -1520,9 +1520,9 @@ async function runInteractiveMode(
1. `npm run check` passes
2. Manual test via cli-new.ts: Interactive mode works
- [ ] Update `runInteractiveMode()` in main-new.ts
- [ ] Update InteractiveMode instantiation
- [ ] Verify with `npm run check`
- [x] Update `runInteractiveMode()` in main-new.ts
- [x] Update InteractiveMode instantiation
- [x] Verify with `npm run check`
---