agent-orchestrator/packages/cli/__tests__/commands
prateek b5128cf69f
fix: use gh repo clone for private repo auth in ao start <url> (#273)
HTTPS clone fails on private repos without credentials. Now tries
three strategies in order:
1. gh repo clone (handles GitHub auth via gh auth token)
2. git clone with SSH URL (works with SSH keys)
3. git clone with HTTPS URL (public repos fallback)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-03 14:42:35 +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(cli): remove unused createServer import and fix flaky port test 2026-03-01 21:41:08 +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 fix: address review feedback and add preflight tests 2026-03-02 03:05:00 +05:30
start.test.ts fix: use gh repo clone for private repo auth in ao start <url> (#273) 2026-03-03 14:42:35 +05:30
status.test.ts feat: first-class orchestrator session + file-based system prompt (#101) 2026-02-18 19:32:35 +05:30