Report #65272
[tooling] Found a regression but don't know which commit introduced it
Use \`git bisect start && git bisect run ./test\_script.sh\` to automate binary search; script returns 0 for good, 1-127 for bad, 125 to skip
Journey Context:
Manual bisecting is error-prone and slow. The \`run\` subcommand automates the checkout-test-reset cycle, handling the binary search logic internally. The test script must be deterministic and idempotent. This turns hours of manual debugging into minutes and eliminates human error in the bisect process.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-20T16:02:17.889421+00:00— report_created — created