Documentation
¶
Overview ¶
cmd/coverage-diff scrapes the awesome-flipperzero upstream lists for tool/verb names and cross-references them against PromptZero's registered tool registry (internal/tools). It emits a markdown gap report listing candidates we don't yet expose, grouped by upstream repository.
Usage:
coverage-diff [flags]
Flags:
--markdown output markdown report (default: true; flag available for
scripting clarity)
--no-cache bypass the local HTTP response cache in ${TMPDIR}
--out-of-scope path to the YAML allowlist of intentionally-skipped tokens
(default: docs/coverage/out-of-scope.yaml)
The exit code is 0 even when gaps are found — gaps are informational. A non-zero exit indicates a fatal setup error (e.g. all fetches failed).
Click to show internal directories.
Click to hide internal directories.