agent-orchestrator/packages/cli/src
Priyanshu Choudhary 0db7bb18ef fix(cli): clear SIGKILL fallback timer when child exits cleanly
If the child exits before the 5-second escalation window, the fallback
setTimeout would still fire and call process.exit(1). Track the timer
in the outer scope so the child.once("exit") handler can cancel it.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:08 +05:30
..
assets extract marketplace catalog to JSON with refresh 2026-03-31 04:02:25 +05:30
commands refactor(cli): extract forwardSignalsToChild utility, fix ESM build script, reject Windows absolute symlinks 2026-04-10 01:04:07 +05:30
lib fix(cli): clear SIGKILL fallback timer when child exits cleanly 2026-04-10 01:04:08 +05:30
options refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
index.ts refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30
program.ts refactor CLI version wiring for diff coverage 2026-04-02 17:34:19 +05:30