agent-orchestrator/packages/cli/__tests__
Priyanshu Choudhary 8edf0e23b6 fix(cli): use -File mode on Windows for script-runner so positional args are forwarded
PowerShell -Command does not forward argv elements after the command string to the
script — they are treated as top-level PowerShell args and silently dropped. Using
-File passes remaining args as positional parameters ($1, $2, …) to the script, so
e.g. `ao doctor --fix` correctly reaches the script on Windows.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:05 +05:30
..
commands fix(windows): cross-platform process management (PR 2/6) (#1028) 2026-04-10 01:03:53 +05:30
lib fix(cli): use -File mode on Windows for script-runner so positional args are forwarded 2026-04-10 01:04:05 +05:30
options refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
scripts Handle send errors and stabilize script tests 2026-03-27 00:25:10 +05:30
index.test.ts refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
lifecycle-service.test.ts fix(cli): suppress consistent-type-imports lint error in test mock factory 2026-04-10 01:03:56 +05:30
program.test.ts refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30