agent-orchestrator/packages/cli
Prateek a0eb68c3c5 fix: address 5 bugbot findings — symlink type, timeout cleanup, file validation, repo format
- spawn.ts: pass `type` param to symlinkSync based on lstat (dir vs file)
- spawn.ts: document TOCTOU gap in getNextSessionNumber (tmux rejects dupes)
- dashboard.ts: store browser timeout and clear it on child exit
- send.ts: wrap file read in try-catch with user-friendly error
- review-check.ts: validate owner/name split before GraphQL query

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 16:01:54 +05:30
..
__tests__ test: add comprehensive unit and integration tests for CLI 2026-02-14 15:58:55 +05:30
src fix: address 5 bugbot findings — symlink type, timeout cleanup, file validation, repo format 2026-02-14 16:01:54 +05:30
package.json refactor: move agent-specific logic from CLI into agent plugins 2026-02-14 14:41:03 +05:30
tsconfig.json feat: scaffold TypeScript monorepo with all plugin interfaces 2026-02-13 17:02:42 +05:30
vitest.config.ts test: add comprehensive unit and integration tests for CLI 2026-02-14 15:58:55 +05:30