Line-range exploration reports before coding-agent patches
Coding-agent teams should record the file paths and line ranges an agent inspected before it writes a patch, then score those regions against known fixes on a held-out issue set. SWE-Explore shows why this is a practical evaluation target: it asks explorers to return ranked code regions under a fixed line budget, with ground truth derived from successful repair trajectories. Its exploration metrics correlate with downstream repair rates, including Context Efficiency at Pearson r=0.950 and first useful hit at r=0.928.
A cheap internal test is to replay 50 to 100 closed issues, hide the final patch, and ask each agent to produce five ranked regions before editing. Review can then separate missed-code failures from patch-generation failures. This gives engineering managers and tool builders a clearer reason for bad runs than a single pass or fail result.