coverage_gaps
Identify source files missing belief artifacts to uncover coverage blind spots before compiling beliefs.
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 |