Add real-time web dashboard (dashboard.html) and HTTP API server (server.js).
18 REST endpoints expose all orchestrator operations. Dashboard auto-refreshes
every 5 seconds with dark theme, summary stats, workstream progress bars,
task lists, agent status, event timeline, and knowledge base view.
Zero external dependencies - uses Node.js built-in http module.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Shared state management (workstreams, tasks, agents)
- Event logging (append-only JSONL)
- Resource locking with TTL
- Knowledge base (file-based)
- CLI tool for all operations
- Cycle runner for planning and briefing sub-agents
- Status dashboard
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>