Health And Recovery
Use health and audit before guessing from terminal screenshots.
Quick Board
Section titled “Quick Board”hub statusPlain status runs one bounded safe maintenance pass. For pure observation:
hub status --read-onlyhub status --jsonHealth
Section titled “Health”hub health --jsonHealth reports broken prerequisites and exact fix commands.
hub audit --jsonhub audit <session> --jsonhub audit <run-id> --jsonAudit is read-only and useful after restarts, stale workers, stuck composers, or confusing deploy state.
Safe Repair
Section titled “Safe Repair”hub repair --safeSafe repair can retry current pending messages, clear obvious broken fragments, request final handoffs, advance queued work, or restart stale controlled workers with continuation. It should ask for human input only when the remaining action is a real decision.
Remote Control
Section titled “Remote Control”agent-hub-onlinehub remote-control start --pairThe Remote Control helper serializes startup, performs narrow stale-daemon recovery, retries transient pairing deadlines, and avoids broad process kills.
Rollback
Section titled “Rollback”Code rollback and operational-state rollback are separate decisions. To roll back code:
- Check out the last known-good source commit.
- Run tests.
- Install the source runtime.
- Restart only processes that need the old engine or prompt.