Agentic orchestrator for parallel coding agents — plans tasks, spawns agents, and autonomously handles CI fixes, merge conflicts, and code reviews.
agent-fleetagent-swarmclaude-codecodex-cligit-worktreesmulti-agentorchestrationorchestratorparallel-agentsparallel-codingskillstmux
Codex review iteration 1 fixes: - Iterate all tmux pane TTYs instead of only the first — prevents false "exited" in multi-pane sessions - Handle EPERM from process.kill(pid, 0) as "process exists" — EPERM means the process is alive but we lack permission to signal it - Use word-boundary regex for process name matching — prevents false positives on similar names like "claude-code" or paths containing the substring - Add tests for EPERM handling, multi-pane detection, and strict name matching (134 tests total) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> |
||
|---|---|---|
| .cursor | ||
| .github/workflows | ||
| artifacts | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .prettierignore | ||
| .prettierrc | ||
| CLAUDE.md | ||
| CLAUDE.orchestrator.md | ||
| agent-orchestrator.yaml.example | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||