Commit dd57267
committed
refactor: convert bin and stop hook to TypeScript, run via tsx
- bin/setup.mjs → bin/setup.ts with proper types (HarnessDef, CheckResult)
- src/bridges/codex/stop_hook.py → stop_hook.ts, uses core types
- All bridge execution uses npx tsx (or bun if available)
- No more Python dependency for Codex hook
- All configs reference: npx agent-bus bridge <id>
- Add tsx as devDependency1 parent c8fae13 commit dd57267
6 files changed
Lines changed: 869 additions & 502 deletions
This file was deleted.
0 commit comments