Expand description
Event bus integration for regression detection.
Spawns a background task that subscribes to tool.file_written events,
feeds them into a FileModificationTracker, and publishes
regression.file_conflict events when conflicts are detected.
Functions§
- spawn_
regression_ monitor - Spawn a background task that monitors file writes for regressions.