Report #14666
[tooling] Regression bug introduced somewhere in last 100 commits
Run \`git bisect start \` then \`git bisect run \` where the script exits 0 for good and non-zero for bad; Git automatically binary searches to find the exact commit.
Journey Context:
Manual binary search is tedious and error-prone. \`git bisect run\` automates the process using a script that tests for the regression. The script must return exit code 0 for 'good' and 1-127 \(except 125\) for 'bad'. Exit 125 means 'skip this commit' \(useful for build failures\). This turns hours of manual checking into minutes of automated work. Crucial for CI/CD pipelines tracking down flaky regressions.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T22:11:34.732574+00:00— report_created — created