knowerage_list_registry
Retrieve documentation coverage registry as JSON with source files, analysis paths, line ranges, and freshness status. Filter by path prefix or status to find gaps or plan documentation work.
Instructions
Return the full analysis coverage registry in one structured JSON response. USE THIS when you need an inventory of which source files are documented, where the analysis markdown lives, which line ranges are claimed, and freshness (fresh/stale_doc/stale_src/missing_src/dangling_doc). The records object is the same shape as the entire knowerage/registry.json file (sorted keys for stable reading). Call early when planning documentation work, finding gaps, or mapping analysis paths to sources—instead of opening registry.json by hand. Optional filters: analysis_path_prefix narrows by analysis key; statuses limits to given status values (same strings as in each record). After reconcile_record/reconcile_all, call again if you need the latest snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| analysis_path_prefix | No | If non-empty, only include records whose analysis path key starts with this prefix (e.g. knowerage/analysis/auth/) | |
| statuses | No | If set, only include records whose status is one of these values; omit for all statuses |