agent-orchestrator/packages/cli/__tests__
Priyanshu Choudhary 170c1ca7f7 fix(test): assert negative pid in start full-stop test
killProcessTree on Unix targets the process group first via
process.kill(-pid, signal); only falls back to positive pid if that
throws. The test mock returns true, so only the negative-pid call
ever fires. Update assertion to match the actual call.

Caught by CI on Linux (test was Windows-skipped locally).
2026-04-29 04:41:46 +05:30
..
commands fix(test): assert negative pid in start full-stop test 2026-04-29 04:41:46 +05:30
lib Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +05:30
options refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
scripts Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +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 refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30