agent-orchestrator/packages/cli/__tests__/commands
prateek 9822aba4e0
fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120)
When port 3000 is occupied, `ao init` now scans upward (3001, 3002, ...)
until a free port is found. Applies to both interactive and --auto modes.
Uses the existing isPortAvailable() from web-dir.ts (now exported).

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-19 07:27:39 +05:30
..
dashboard.test.ts refactor: delegate CLI commands to core SessionManager (#88) 2026-02-18 14:30:17 +05:30
init.test.ts fix: auto-detect free port in `ao init` instead of hardcoding 3000 (#120) 2026-02-19 07:27:39 +05:30
open.test.ts feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
review-check.test.ts feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30
send.test.ts feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
session.test.ts feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30
spawn.test.ts feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30
status.test.ts feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30