ism_coverage_gaps
Identify missing ISM controls in your coverage manifest. Returns uncurated, partial, or deferred controls ranked by relevance to your work.
Instructions
Return outstanding in-scope controls (uncurated, partial, deferred). Never writes.
The complement of ism_coverage_read: read reports what is curated, gaps reports
what is missing. Reads the manifest (.ism-coverage.toml), walking up from cwd
when project_path is omitted. If work is supplied, runs ism_applicable with
the project's scope as filters and intersects with the manifest to return
work-relevant gaps ranked by relevance score. Without work, returns the full
outstanding set ordered uncurated > partial > deferred.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| work | No | ||
| limit | No | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gaps | Yes | ||
| work | Yes | ||
| scope | Yes | ||
| shown | Yes | ||
| total_outstanding | Yes |