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> |
||
|---|---|---|
| .. | ||
| __tests__ | ||
| src | ||
| package.json | ||
| tsconfig.json | ||
| vitest.config.ts | ||