What problem does it solve? Coordinating multiple worker agents across Herdr sessions makes it hard to know which tasks need decisions, which reports are ready, and which workers stalled, without polling each pane individually. ## Core Features & Use Cases - Bounded inbox reconciliation: Run ./bin/sumctl inbox --live to read every active task's state from one snapshot per Herdr session instead of sequential per-worker waits. - Pending returns tracking: Surface unanswered questions, unverified reports, unapplied answers, and cleanup states (pending, blocked, removing) in priority order. - Attention and recovery handling: Inspect native attention records, reconcile interrupted cleanups, record user answers with sumctl answer, and reclaim coordination after a restart with init --role coordinator --reclaim. - Use Case: After a night of delegated work, run a rundown to see which workers finished, which are blocked on decisions, answer their questions, and retry stalled notifications without launching duplicate workers. ## Quick Start Ask the coordinator to run a rundown of all active tasks and summarize what needs your decisions, reviews, or cleanup.