mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
44b49ed715
- pilot 30 cards -> 25 agent-MATCH (0 refuted) -> 16 banked; 29 instances banked tonight (89 incl. propagation); 2.7M tokens haiku-tier ~= 30k/banked instance vs a crack wave's ~75k. - R22 213/213 BYTE-IDENTICAL from clean; fleet 96.53% fn / 95.1% instr / 89.8% distinct; stubs 12,613 -> 12,584; dedup 2,029/0. - R14 CORRECTION: a banked cousin usually does NOT propagate (2 of 8; cousins are byte-variant). The card 'reach' column is cousin fuel, not dedup copies — priced wrong in my earlier framing. - FINDING: the 9 gate failures are per-TU INTEGRATION (standalone-MATCH, host-TU-rejected), clustered 5+2 in two binaries — the reconcile-ladder class, not codegen. - TWO INCIDENTS (mine): an outer timeout tighter than gate_stage's own scaled timeout killed a healthy 5-bank group mid-write AND orphaned its dedup_propagate child, which kept rewriting src/ through a git checkout. Killed, inspected, reverted; the same 5 drafts banked 5/5 untimed. Law: never wrap a self-timing tool in a tighter cap; kill process GROUPS, not pids. - cookbook §169 (the lane + the three laws + the threshold sizing table).