coverage_gaps
Detect source files without corresponding belief artifacts, exposing blind spots in codebase coverage before compiling.
Instructions
Find source files with no corresponding belief in the vault.
Scans a directory for source files (.py, .rs, .ts, .js) and checks which ones have no belief artifact. Useful for identifying blind spots before running compile_beliefs.
Args: directory: Path to scan. Defaults to the project root.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| directory | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |