mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 21:36:06 -04:00
85b3599e5b
- Drew's "groups of 10 instead of 100+": rebuilt the harvest workflow to process the 375 never-drafted shared stubs (leaf-first) in SEQUENTIAL WAVES of <=10 agents (intra-wave retry). Result: 0 dead batches (vs 33 from a 48-batch burst), ~42 drafts/60s (vs ~1/45s) under the sustained server-side throttle; 374/375 drafted (+1 gap-fill found). - gate: 85 verified -> 79 propagated fleet-wide (7 struct/local skipped), 134 overlays byte-identical; dedup 1237 -> 1316 groups, dedup_integrate --check 1316 validated / 0 failed. - fleet REAL substantive ~164k -> 175,212; byte-identical 48.02% -> 51.41% (OVER HALF the matchable code across all 136 binaries rebuilds byte-identical from source). - R22 clean rebuild: 136/136 byte-identical, 0 extract failures. - cookbook §12: the rate-limit-gentle sequential-waves-of-10 pattern + leaf-first ordering.