Files
BFM-decomp/tools
Drew T d0dca96faf fix(main-lane): commit each verified sub-batch immediately, not at cycle end (R42)
A bisect can run many levels; deferring the commit left byte-proven functions sitting
uncommitted in src/ for the whole descent — precisely the window in which any other
tool's blind revert destroys them (61 banked functions died that way once). The tree
is verified byte-identical on the line where the credit is granted; that is both when
it is safe to commit and when it must be.
2026-08-24 14:55:22 -06:00
..