list_unprocessed
Lists vault files not yet compiled into a wiki source page, detected by raw_file frontmatter. Use to find unprocessed raw files before a compile pass.
Instructions
List vault files that have not yet been compiled into a wiki source page. Files can live anywhere in the vault (raw/ is conventional but not required) — detection works on raw_file: frontmatter, not folder placement. Use this when the user asks 'what haven't I filed yet?' or before a compile pass. Each item is a vault-relative path you can pass directly to propose_compile_from_raw.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum pending files to return. Default 50. |