Executor routing
Plans and routes tasks across GitHub Copilot, Claude, Codex, and OpenCode executors with weighted distribution, automatic failover, and per-executor cooldowns when an executor degrades.
PR lifecycle automation
Creates pull requests, monitors CI, auto-rebases against the moving base branch, labels failing PRs for repair, and merges on green through the PR Watchdog — behind a mandatory review gate that prevents destructive merges.
Self-healing recovery
Autofix patterns repair known failure classes; circuit breakers stop repeated futile retries; heartbeat-based stale-claim reclaim returns abandoned tasks to the board; workflow runs persist to disk and auto-resume on restart.
Task boards
A built-in kanban board plus adapters for GitHub Issues, GitHub Projects v2, and Jira — with bidirectional synchronisation, so the board of record can live wherever the team already works.
Operator control
A Telegram bot with 30+ commands and a sentinel companion process, a Mini App dashboard over a stable tunnel hostname, and optional WhatsApp notifications. Escalations reach a human with clear signals.
Fleet coordination
Multiple workstations coordinate through shared state: atomic task claims, presence tracking, shared knowledge, and a workspace registry — so concurrent machines do not trample each other's work.
Container isolation
Optional execution isolation via Docker, Podman, or Apple Container keeps agent workloads contained, complementing git-level safety helpers and quality gates.
Setup & surfaces
An interactive setup wizard configures executors, boards, and channels on first run; an Electron desktop app and a web dashboard provide graphical operation alongside the CLI.
Execution ledger
Agent work is logged as a structured event stream — an execution ledger of what each agent did, when, and why — supporting audits, weekly work reports, and post-hoc review.