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
Adds `ao start` and `ao stop` commands to unify orchestrator and dashboard startup. Key features: - Generates CLAUDE.orchestrator.md with project-specific context - Auto-imports orchestrator prompt via CLAUDE.local.md - Creates orchestrator tmux session with agent - Starts Next.js dashboard server - Supports --no-dashboard, --no-orchestrator, --regenerate flags - Idempotent operation (safe to run multiple times) - Computes orchestrator ID from config (not session search) - Dashboard button always visible for orchestrator terminal Components: - packages/core/src/orchestrator-prompt.ts: Prompt generator - packages/cli/src/commands/start.ts: Start/stop commands - Modified exports and dashboard UI for orchestrator support 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 | ||