From quorum
Measures documentation coverage: percentage of exported symbols with doc comments. Reports undocumented exports with file:line locations and per-file breakdowns.
npx claudepluginhub berrzebb/quorum --plugin quorumMeasure documentation coverage: percentage of exported symbols with doc comments. Uses `docPatterns` from each language's `spec.doc.mjs`. | Param | Type | Required | Description | |-------|------|:--------:|-------------| | `--path` | string | — | Directory or file to scan (default: cwd) | ```bash quorum tool doc_coverage --path src/ ``` - Coverage percentage (documented exports / total exports) ...
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.
Measure documentation coverage: percentage of exported symbols with doc comments. Uses docPatterns from each language's spec.doc.mjs.
| Param | Type | Required | Description |
|---|---|---|---|
--path | string | — | Directory or file to scan (default: cwd) |
quorum tool doc_coverage --path src/