StopFailure
73Hook
Runs on the StopFailure event, executing stop-failure.mjs via node. From berrzebb/quorum.
Hook
Runs on the StopFailure event, executing stop-failure.mjs via node. From berrzebb/quorum.
Hook
Runs before the agent uses a tool for Bash and Agent tool calls, executing session-gate.mjs via node. From berrzebb/quorum.
Hook
Runs after a tool call finishes for Edit and Write tool calls, executing index.mjs via node. From berrzebb/quorum.
Hook
Runs when a tool call fails, executing post-tool-failure.mjs via node. From berrzebb/quorum.
Hook
Runs before the context is compacted, executing pre-compact.mjs via node. From berrzebb/quorum.
Hook
Runs after the context is compacted, executing post-compact.mjs via node. From berrzebb/quorum.
Hook
Runs when a subagent starts for implementer and scout tool calls, executing subagent-start.mjs via node. From berrzebb/quorum.
Hook
Runs when a subagent finishes for implementer tool calls, executing subagent-stop.mjs via node. From berrzebb/quorum.
Hook
Runs when a git worktree is created, executing worktree-create.mjs via node. From berrzebb/quorum.
Hook
Runs when a git worktree is removed, executing worktree-remove.mjs via node. From berrzebb/quorum.
Hook
Runs on the TeammateIdle event, executing teammate-idle.mjs via node. From berrzebb/quorum.
Hook
Runs when a task is marked completed, executing task-completed.mjs via node. From berrzebb/quorum.
Hook
Runs when the agent asks permission for an action, executing permission-request.mjs via node. From berrzebb/quorum.
Hook
Runs when the agent sends a notification, executing notification.mjs via node. From berrzebb/quorum.
Hook
Runs after instructions files are loaded, executing instructions-loaded.mjs via node. From berrzebb/quorum.
Hook
Runs on the ConfigChange event, executing config-change.mjs via node. From berrzebb/quorum.
Hook
Runs when the agent asks you a question, executing elicitation.mjs via node. From berrzebb/quorum.
Hook
Runs on the ElicitationResult event, executing elicitation-result.mjs via node. From berrzebb/quorum.
Hook
Runs when a session ends, executing session-end.mjs via node. From berrzebb/quorum.
Plugin Claude Code
Cross-model audit gate — 3-adapter (Claude Code + Gemini CLI + Codex), parliament protocol, 5 enforcement gates, 26 MCP tools, 3030 tests.
Agent
Accessibility Auditor — performs static code analysis for WCAG 2.1 AA compliance, aria attributes, semantic HTML, and keyboard support. Activated when accessibility domain is detected. NOTE — this is STATIC analysis only; runtime browser testing is handled by ui-reviewer.
Agent
Compatibility Reviewer — checks backward compatibility, migration safety, breaking API changes, and consumer impact. Activated when migration domain is detected (schema changes, API surface modifications).
Agent
Compliance Officer — checks license compatibility, PII handling, data retention, and regulatory patterns. Activated when compliance domain is detected (license files, personal data handling, GDPR/CCPA patterns).
Agent
Concurrency Verifier — analyzes async coordination, shared state access, race conditions, and deadlock potential. Activated when concurrency domain is detected (Promise.all, Workers, shared state, locks).