mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-27 14:02:04 -04:00
137c418bc7
* gate 1 (all 64 across 33 binaries): 12 banked — main 11 + ov_SC07_006 1. * gate 2 tested "a bad draft kills its binary's good ones" by re-staging only the 25 that recover_integration --probe-only called MATCH in their real TU: 0 banked. An honest null — that probe compiles and diffs bytes but never LINKS or CARVES, so it is a third oracle with its own blind spot. * triage (25/25 accounted): CARVE-REFUSED 10, undefined-reference 4, DIFF 3, CC1-FAIL-no-diagnostic 2, PARSE 1; gate 1 adds 7 func-decl / 4 data-decl / 6 type-decl conflicts. * R37 probe of the carve class: 6 of 8 are one refusal — a subseg would host NON-CONTIGUOUS .rodata carves — whose named remedy is jr_isolate_all (§8b). tools/restage_matching.py — rebuild a gate plan from probe verdicts. tools/gate_triage.py — route a gate's verdicts to the lane each one names (R47).
phase-ends/ — the living record
PhaseEnd_Phase[N].md— written at each phase boundary (format defined inPROJECT_CONTEXT.md). Append-only history: build log, deviations, commit message, rules added, changelog. Never deleted.CURRENT_PHASE.md— the in-phase autonomous log: approved phase plan, per-task checkboxes, current task pointer, blockers. Created at phase start, updated after every task, absorbed into the PhaseEnd file and deleted at phase close. This is the crash/compaction recovery point.- Sessions read
PROJECT_CONTEXT.md, then everyPhaseEnd_*.mdin numeric order, thenCURRENT_PHASE.md(if present) — in that order, every session.