mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
19a138c318
Wave 4 added 105 (27 cracks + 27/27 families propagated). Fleet 94.9% instr / 89.4% distinct / 96.44% fn-count. R22 clean-fleet run 7x this session, 213/213 every time. Bank rate now measured four times: 67% -> 79% -> 69% -> 68%. Prior-notes seeding 10/12 (was 7/9). func_8017C294 — the x16 family, largest item on the board — is NEAR at 2 ins after three seeded attempts (18 -> 11 -> 2). Also records the 4th comment-blindness defect and its blast radius (one draft comment refused a binary's stub oracle, failed 5 later binaries, and left drafts spliced in src/ so 17 re-gates read a poisoned tree as 0/17), and that the wave harness now lives in tools/wave/ with its contracts written down.
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.