Every piece exists because we hit the same wall running dozens of agents overnight.
Self-healing watchdog — context low → auto-compact; thinking-block corruption → restart + replay; stuck waiting → auto-respond. All silent, all night.
Agent-to-agent orchestration — $AMUX_SESSION and $AMUX_URL injected at startup. A shared global memory file gives every agent the full REST API. Agents delegate work to each other in plain English.
Atomic task claiming — POST /api/board/:id/claim is a SQLite CAS. Dozens of agents race for the same queue with no Redis, no duplicated work.
Mobile PWA — installable on iOS and Android. Background Sync replays queued commands on reconnect. Manage your fleet from your phone.
Single Python file, zero build step — server + full dashboard as inline HTML/CSS/JS. Edit it; it restarts via os.execv on save. Only deps: python3 and tmux.
Status without hooks or patches — parses ANSI-stripped tmux output to detect working / waiting / idle. No modifications to Claude Code.
White-label branding — replace the name, icon, logo, and accent color. Stored server-side, synced to every connected client. See details ↑