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.
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.