agent-orchestrator/packages/cli
Priyanshu Choudhary c783d9dd44 fix(cli): forward SIGINT/SIGTERM to detached dashboard child on Unix
Detached children run in their own process group, so Ctrl+C does not reach
them. Without forwarding, the dashboard holds the port after the parent exits.
Matches the identical pattern in start.ts lines 1154-1165.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:01 +05:30
..
__tests__ fix(cli): script-runner always uses bash on Unix, getShell() only on Windows 2026-04-10 01:03:59 +05:30
src fix(cli): forward SIGINT/SIGTERM to detached dashboard child on Unix 2026-04-10 01:04:01 +05:30
templates/rules feat: seamless onboarding with enhanced documentation (#66) 2026-02-16 22:22:13 +05:30
CHANGELOG.md chore: version packages 2026-03-29 09:21:26 +00:00
package.json fix: project builds on Windows 2026-04-10 01:03:49 +05:30
tsconfig.json Apply suggestion from @Copilot 2026-04-01 23:37:37 +05:30
vitest.config.ts fix(cli): resolve ao-core vitest subpaths 2026-04-05 22:38:55 +05:30