Help us improve
Share bugs, ideas, or general feedback.
From quorum
Checkpoint manager for safe state recovery in Wave execution and planning. List available checkpoints, create manual/auto ones, restore safely with safeguards, and diff states.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/protocols/rollbackThe summary Claude sees when deciding whether to delegate to this agent
Create and manage checkpoints for safe state recovery during Wave execution and planning. | State Type | Source | What's Saved | |------------|--------|-------------| | Wave state | `.claude/quorum/wave-state-{track}.json` | completedIds, failedIds, lastCompletedWave | | SQLite events | EventStore | Event count at checkpoint time | | Track progress | `work-catalog.md` | WB statuses | | Planning...Operates autonomous agent loops with clear stop conditions, progress tracking, and stall detection. Intervenes safely when loops stall or fail repeatedly.
Share bugs, ideas, or general feedback.
Create and manage checkpoints for safe state recovery during Wave execution and planning.
| State Type | Source | What's Saved |
|---|---|---|
| Wave state | .claude/quorum/wave-state-{track}.json | completedIds, failedIds, lastCompletedWave |
| SQLite events | EventStore | Event count at checkpoint time |
| Track progress | work-catalog.md | WB statuses |
| Planning docs | {planning_dir}/{track}/ | File snapshot |
Storage: .claude/quorum/checkpoints/{track}/{checkpoint-id}.json
Auto-checkpoints are also created: before each Wave, before audit submission, before merge.
gitRef present (does NOT auto-checkout)Restore does NOT: delete SQLite events (append-only), auto-checkout git, remove files created after checkpoint.
checkpoint.restored eventtype: "auto", manual ones type: "manual"