fix: agent bin fields point to dist/cli.js instead of src/cli.ts #79

Merged
xiaomo merged 1 commits from fix/agent-bin-78 into main 2026-06-04 15:41:45 +00:00

1 Commits

Author SHA1 Message Date
xingyue bf489c59a5 fix: agent bin fields point to dist/cli.js instead of src/cli.ts
CI / check (pull_request) Successful in 3m23s
All three agent packages had bin pointing to ./src/cli.ts (bun-era
leftover). Node cannot execute .ts files directly, causing
ERR_MODULE_NOT_FOUND when spawning agents.

Closes #78
2026-06-04 23:25:39 +08:00