mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
e6056c56df
- ran residual_rules_b over the WHOLE open frontier (1,312 cases, 0 errors, ~2min, $0) instead of a 50-row sample; artifacts in .run/S70_* - DENOMINATOR (Drew's correction, R41): main's 960 PsyQ LINKED stubs are not matching targets; true frontier = 355 (67 main REAL + 288 non-main), partitioned with progress.linked_subsegs() rather than a hand-rolled filter (R33) - discriminating test settles population-vs-coverage: fire rate DOES rise as residuals get clean (35.3% at <=8 vs 6.1% at >64) but 57% of the cleanest band is still UNKNOWN -> coverage binds where rules are worth writing - hand-label 4/4 labelable to existing cookbook buckets; WIDTH/lhu!=lh has its discriminating sig already computed and still returns top=None - 86 REAL standalone MATCHES (closeness 0) = 24% of the frontier, blocked on TU plumbing only -- outranks the rule work (standalone-match-is-not-bankable) - logs 4 instrument defects in my own probe, incl. one wrong answer reported to Drew before checking: 4 of S68's 10 autodecl MATCH drafts are STILL OPEN
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.