Check index coverage
check_index_coverageCheck indexing coverage for exact repository-relative paths or path scopes. Returns coverage status, parse-error ranges, and fallback actions, distinguishing coverage from filesystem freshness.
Instructions
Check authoritative indexing-coverage metadata for exact repository-relative paths and bounded path scopes. Use this after graph discovery for every cited or operated-on file; use scopes before negative/exhaustive claims because fully skipped files cannot appear in normal graph results. Returns coverage status separately from filesystem metadata freshness, plus structured parse-error ranges and direct-source fallback actions. The signal is best-effort: indexed_no_recorded_gap is not a completeness guarantee. At least one of 'paths' or 'scopes' is required; the call is rejected at runtime if both are omitted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paths | No | Repository-relative files to check exactly. Required if 'scopes' is omitted. | |
| scopes | No | Repository-relative path prefixes; use . for the project root. Required if 'paths' is omitted. | |
| project | Yes | ||
| scope_limit | No | ||
| scope_offset | No |