agent-orchestrator/packages/cli/__tests__/lib
Priyanshu Choudhary aa859debc8 fix(cli): make forwardSignalsToChild idempotent via WeakSet guard
Prevents duplicate SIGINT/SIGTERM handlers if called more than once for
the same ChildProcess — avoids double killProcessTree and racing
process.exit(1) from stacked SIGKILL fallback timers.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:12 +05:30
..
format.test.ts feat: implement CLI with all commands (init, status, spawn, session, send, review-check, dashboard, open) (#6) 2026-02-14 16:14:27 +05:30
openclaw-probe.test.ts enhance openclaw-probe with installation detection 2026-03-31 04:02:33 +05:30
plugins.test.ts use plugin store for shared loader paths 2026-03-31 04:02:25 +05:30
preflight.test.ts fix: reduce dashboard JS bundle from 1.7MB to 170KB (#792) (#928) 2026-04-07 16:12:51 +05:30
project-resolution.test.ts fix: detect nested project directories in CLI auto-resolution 2026-04-01 18:28:57 +05:30
script-runner.test.ts fix(cli): require AO_BASH_PATH for all Windows shells, not just cmd.exe 2026-04-10 01:04:10 +05:30
session-utils.test.ts fix(cli): replace all tmux attach output with dashboard URLs (#947) 2026-04-08 03:40:06 +05:30
shell.test.ts fix(cli): make forwardSignalsToChild idempotent via WeakSet guard 2026-04-10 01:04:12 +05:30