Expand description
Virtual File System event normalization layer.
Transforms raw OS watcher events into semantic file events:
- Coalesces rapid create+modify into a single Modified
- Detects rename via delete+create with same content hash
- Filters unsupported file types and excluded paths
Enums§
- File
Event - Semantic file event after normalization.
Functions§
- normalize_
events - Normalize raw watcher events into semantic FileEvents.
- partition_
events - Convenience: extract paths by event type for the index pipeline.