Expand description
Regression detection for multi-agent file modification conflicts.
Tracks which files each agent modifies within a delegation tree (identified
by correlation_id) and detects when two different agents modify the same
file, which may indicate one agent undoing another’s work.
Structs§
- File
ModEntry - A single recorded file modification.
- File
Modification Tracker - Tracks file modifications across agents and detects conflicts.
- Regression
Warning - Warning raised when a file conflict is detected.