agent-orchestrator/scripts
suraj-markup 596913aa34 Fix review issues: busy-wait loops, lock race, import hygiene, typed errors
- Replace CPU-burning spin loops in running-state.ts with async setTimeout
  and jittered backoff; make all exports async
- Fix TOCTOU race in acquireLock by extracting tryAcquire helper with
  retry loop instead of force-remove-and-retry-once
- Hoist dynamic imports in addProjectToConfig/choice-2 to static imports
- Add try/finally around readline in detectAgentRuntime
- Validate session prefix uniqueness in "Start new orchestrator" menu
- Add ConfigNotFoundError class to @composio/ao-core, replace fragile
  string matching in ao start with instanceof check
- Fix setup.sh to recommend `ao start` instead of deprecated `ao init`
- Fix start-all.ts: resolve next binary with fallback, wait for children
  on SIGTERM instead of immediate process.exit

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 17:33:06 +05:30
..
ao-doctor.sh feat: reduce onboarding friction with npm link fix and ao add-project command 2026-03-13 17:55:42 +05:30
ao-update.sh Publish ao-web on npm, harden error handling, deduplicate code 2026-03-14 19:01:49 +05:30
claude-ao-session feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-batch-spawn feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-bugbot-fix feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-dashboard feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-integrator-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-open-all feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-review-check feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-session-status feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
claude-spawn-on-branch feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn-with-context feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-spawn-with-prompt feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-splitly-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
claude-status feat: add agent-orchestrator (ao) as a self-hosting project 2026-02-13 15:44:17 +05:30
get-claude-session-info feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
notify-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
open-iterm-tab feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
open-tmux-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
rebuild-node-pty.js fix: migrate to hash-based project isolation architecture 2026-02-18 00:19:55 +05:30
send-to-session feat: initial commit with orchestrator scripts and dev instructions 2026-02-13 15:25:31 +05:30
setup.sh Fix review issues: busy-wait loops, lock race, import hygiene, typed errors 2026-03-17 17:33:06 +05:30
try-pr.sh feat(scripts): add try-pr.sh for testing PR worktrees locally 2026-03-02 03:19:49 +05:30