mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
a9dd3518d8
CURRENT_PHASE.md now holds 27 checkpoint blocks and several older ones say 'supersedes every earlier block' — true when written, false now. The S64 FINAL block sits ~370 lines above the live S65 FINAL-4 one and makes the same claim, so a fresh session reading top-down could anchor on a state the tree has moved past by 647 banked functions. Banner at the top states the rule: the LAST block is the live one.
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.