vts_discover
Identify code searches in Claude Code transcripts that bypassed token-safe search and report the raw tokens spent as missed savings.
Instructions
Scan recent Claude Code transcripts (local, read-only) for code searches that BYPASSED vts — Bash grep/rg/find or the Grep tool aimed at source — and report the raw tokens they spent (the missed savings). Use to see where token-heavy text search is still slipping past vts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| since | No | Look back this many days (default 7). | |
| all | No | Scan all projects, all time (ignore the since window). | |
| learn | No | Feed the files those bypassed searches hit into the warm-set query-history (front-loads them in prewarm). Only files under projectPath are attributed. | |
| projectPath | No | Scope the scan to transcript entries that ran under this root, and attribute learned files to it (default for learn: configured projectPath or cwd). |