raw_coverage
Identifies raw files not referenced in any wiki page, showing which to compile next. Returns uncovered files sorted by recency or size with overall coverage ratio.
Instructions
Report which raw/ files are not yet referenced by any wiki page. Answers 'what should I compile next?' — returns uncovered files sorted by recency/size, plus overall coverage ratio. Matches frontmatter 'sources' and inline 'raw/...' body references. Parsed artifacts (raw/parsed/) are excluded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max uncovered entries to return. Default: 50. | |
| sort | No | Sort order for uncovered entries. Default: 'newest'. | |
| tag | No | Only consider raw files with this tag. |