agent-orchestrator/packages/cli
Priyanshu Choudhary 750a7140d4 refactor(cli): remove trivial findRunningDashboardPid wrapper
The function was a one-line pass-through to findPidByPort with no added
logic. Callers now import findPidByPort from @composio/ao-core directly.
waitForPortFree calls findPidByPort inline. Deleted the test file that
only tested the pass-through.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 01:04:11 +05:30
..
__tests__ refactor(cli): remove trivial findRunningDashboardPid wrapper 2026-04-10 01:04:11 +05:30
src refactor(cli): remove trivial findRunningDashboardPid wrapper 2026-04-10 01:04:11 +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 refactor(cli): extract forwardSignalsToChild utility, fix ESM build script, reject Windows absolute symlinks 2026-04-10 01:04:07 +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