ism_coverage_read
Retrieves coverage data from a project's ISM coverage manifest, displaying scope, summary counts, and curated entries. Optionally filter controls by status such as covered or partial.
Instructions
Read the project's coverage manifest (.ism-coverage.toml). Never writes.
Returns scope, summary counts, and curated entries. Walks up from cwd to find the
manifest if project_path is omitted and fails when none is found.
status_filter narrows the controls map to a single status
(covered|partial|not-applicable|deferred) while summary stays unfiltered. To
see what is missing rather than what is curated, use ism_coverage_gaps.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | ||
| status_filter | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope | Yes | ||
| project | Yes | ||
| summary | Yes | ||
| controls | Yes | ||
| warnings | Yes | ||
| manifest_path | Yes |