agent-orchestrator/packages/cli
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
..
__tests__ fix(cli): satisfy lint on ao open changes 2026-05-05 02:41:01 +05:30
src fix(cli): satisfy lint on ao open changes 2026-05-05 02:41:01 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: release 0.4.0 (#1625) 2026-05-04 06:57:24 +05:30
package.json Merge remote-tracking branch 'origin/main' into feat/windows-platform-adapter 2026-05-04 15:47:14 +05:30
tsconfig.json fix: scope node types to node packages 2026-04-13 18:25:21 +05:30
vitest.config.ts test(cli): load markdown prompt templates 2026-04-13 21:28:27 +05:30