Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From quorum
Detects API breaking changes, deprecated usage, CJS/ESM module mixing, pending removals, wildcard dependencies, and signature changes using language-specific compatibility rules.
npx claudepluginhub berrzebb/quorum --plugin quorumHow this agent operates — its isolation, permissions, and tool access model
Agent reference
quorum:agents/knowledge/references/consensus-tools/compat-checkThe summary Claude sees when deciding whether to delegate to this agent
Check for API breaking changes and compatibility issues. Uses `qualityRules.compat` from each language's `spec.compat.mjs`. | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--path` | string | — | Directory or file to check (default: cwd) | ```bash quorum tool compat_check --path src/ ``` - Deprecated API annotations and usage - CJS/ESM module format mixing ...
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.
Check for API breaking changes and compatibility issues. Uses qualityRules.compat from each language's spec.compat.mjs.
| Param | Type | Required | Description |
|---|---|---|---|
--path | string | — | Directory or file to check (default: cwd) |
quorum tool compat_check --path src/