WP14: Create main-new.ts and cli-new.ts using AgentSession and new modes

This commit is contained in:
Mario Zechner 2025-12-09 00:21:18 +01:00
parent 7890fb836a
commit e9f6de7cb8
3 changed files with 1274 additions and 10 deletions

View file

@ -0,0 +1,10 @@
#!/usr/bin/env node
/**
* CLI entry point for the refactored coding agent.
* Uses main-new.ts with AgentSession and new mode modules.
*
* Test with: npx tsx src/cli-new.ts [args...]
*/
import { main } from "./main-new.js";
main(process.argv.slice(2));

File diff suppressed because it is too large Load diff