Expand description
File watcher for proactive cache invalidation.
Watches the project directory for file changes and maintains an in-memory set of dirty paths, eliminating per-query BLAKE3 hashing.
Structs§
- Dirty
Files - Thread-safe set of file paths known to be dirty (changed since last index).
Functions§
- start_
watcher - Start watching the project root for file changes.