Files
BFM-decomp/tools
Drew T 432fdf681f fix(phase-30 S49): adapt cards — hex-case-robust .s resolver (R35)
sig_image emits lowercase func_<hex> names; splat writes the .s with UPPERCASE hex, so
corpus.asm_path returned None for every address containing a hex letter — 60% of the cards
would have shipped agents a 'null/func_x.s' path. resolve_asm() tries the sig spelling
(authoritative for CURATED names), then both hex cases; a card with no resolvable .s is
now DROPPED, not emitted (R32). 518 cards, 0 bad paths.
2026-08-12 22:07:32 -06:00
..