agent-orchestrator/packages/cli/__tests__
Priyanshu Choudhary 32345ba856 fix(cli): satisfy lint on ao open changes
- replace inline `import("node:child_process")` type annotation in vi.mock
  with a top-of-file `import type * as ChildProcess` (consistent-type-imports)
- drop the `[]` initializer on `sessionsToOpen` since every branch assigns
  before any read (no-useless-assignment)

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-05 02:41:01 +05:30
..
commands fix(cli): satisfy lint on ao open changes 2026-05-05 02:41:01 +05:30
lib fix(cli): Windows platform adapter follow-ups 2026-05-04 20:28:16 +05:30
options refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
scripts ci(windows): matrix Linux+Windows + close coverage gaps 2026-05-05 02:03:17 +05:30
index.test.ts feat(cli): install-aware ao update, startup notifier, doctor version check (#1156) 2026-04-13 11:46:26 +05:30
program.test.ts fix(cli): register project command (#1576) 2026-04-30 20:34:30 +05:30