Added
- Automatic query-time freshness: a search detects edited files and re-indexes what changed with no git and no editor hook required. A stat gate (mtime + size per file) means unchanged files are never read, so the poll is cheap; it runs at most once per
refresh_ttl(default 2s). On by default; disable withINTENT_CODE_AUTO_REFRESH=0or tune withINTENT_CODE_REFRESH_TTL.
Changed
- Incremental indexing skips reading files whose mtime and size are unchanged, and a poll that finds no changes does no writes (no graph or repo-map rebuild, no manifest save).
Designed by Harsha Rahul