agent-orchestrator/packages/cli
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
..
__tests__ fix(test): assert negative pid in start full-stop test 2026-04-29 04:41:46 +05:30
src Merge origin/main into feat/windows-platform-adapter 2026-04-29 04:37:04 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: replace changelog edits with changeset 2026-04-19 19:59:16 +05:30
package.json chore: merge origin/main into feat/windows-platform-adapter 2026-04-14 15:19:21 +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