Skip to main content

Module regression_bus

Module regression_bus 

Source
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.