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
CRITICAL: This makes the dashboard work by auto-updating metadata when agents run git/gh commands. Without this, PRs created by agents never appear on the dashboard. Changes: - packages/core/src/claude-hooks.ts: Setup Claude hooks (settings.json + metadata-updater.sh) - ao start: Automatically configures Claude hooks in project directory - ao spawn: Sets AO_SESSION and AO_DATA_DIR env vars for hook script - metadata-updater.sh: Detects gh pr create, git checkout -b, gh pr merge How it works: 1. PostToolUse hook fires after every Bash command 2. metadata-updater.sh receives JSON with command and output 3. Pattern matches git/gh commands and updates flat metadata files 4. Dashboard reads metadata files to show PR/branch/status The .claude directory is symlinked from main repo to worktrees so all sessions share the same hook config. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .changeset | ||
| .cursor | ||
| .github/workflows | ||
| artifacts | ||
| packages | ||
| scripts | ||
| .gitignore | ||
| .npmrc | ||
| .prettierignore | ||
| .prettierrc | ||
| CLAUDE.md | ||
| CLAUDE.orchestrator.md | ||
| DASHBOARD_FIXES_SUMMARY.md | ||
| LICENSE | ||
| agent-orchestrator.yaml | ||
| agent-orchestrator.yaml.example | ||
| eslint.config.js | ||
| package.json | ||
| pnpm-lock.yaml | ||
| pnpm-workspace.yaml | ||
| tsconfig.base.json | ||