Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From quorum
Computes transitive impact of changed files via reverse import graph (BFS on inEdges). Reports affected file count/ratio, per-file depths/dependency chains; flags high impact (>10%).
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/consensus-tools/blast-radiusThe summary Claude sees when deciding whether to delegate to this agent
Compute transitive impact of changed files via reverse import graph (BFS on inEdges). | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--changed` | string (comma-separated) | ✓ | Files that changed (relative paths) | | `--path` | string | — | Repository root (default: cwd) | | `--max-depth` | number | — | BFS depth limit (default: 10) | ```bash quorum tool ...
Fills Nyquist validation gaps by generating runnable behavioral tests for phase requirements, running them adversarially, debugging failures (max 3 iterations), verifying coverage, and escalating blockers.
Share bugs, ideas, or general feedback.
Compute transitive impact of changed files via reverse import graph (BFS on inEdges).
| Param | Type | Required | Description |
|---|---|---|---|
--changed | string (comma-separated) | ✓ | Files that changed (relative paths) |
--path | string | — | Repository root (default: cwd) |
--max-depth | number | — | BFS depth limit (default: 10) |
quorum tool blast_radius --changed "platform/bus/store.ts,platform/bus/lock.ts" --path src/