agent-orchestrator/packages
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
..
ao chore: release 0.4.0 (#1625) 2026-05-04 06:57:24 +05:30
cli fix(cli): satisfy lint on ao open changes 2026-05-05 02:41:01 +05:30
core fix(cli): make ao open work cross-platform 2026-05-05 02:36:54 +05:30
integration-tests test(runtime-process): poll for payload instead of fixed sleep 2026-05-05 00:57:40 +05:30
plugins docs: document cross-platform abstractions and reflect Windows support 2026-05-05 01:16:37 +05:30
web Merge remote-tracking branch 'origin/main' into feat/windows-platform-adapter 2026-05-04 20:42:56 +05:30