WRONG YELLOW MATRIX V2.6 — RESILIENT BUILDER

ROOT CAUSE FIXED
- V2.5 EW top-step files used an invalid fill syntax:
  fill ~ ~ ~ ~2 ~15 ~ ~5 ...
- Correct syntax:
  fill ~ ~ ~2 ~15 ~ ~5 ...
- Because Minecraft rejects an invalid mcfunction, axis EW/cross jobs remained at step 0.

SCHEDULER
- Exactly one step every two server ticks.
- Direct exact-step dispatch with return run.
- Body order: top to bottom, then next 16-block slice.
- Per-slice temporary forceload; persistent active controller centre only.

RECOVERY
- Reload rewinds only the current group of five vertical operations.
- Stall 5 pulses: refresh controller ticket.
- Stall 20 pulses: report cell and step.
- Stall 100 pulses: quarantine the connected network and release the global lock.

DEBUG
/function backrooms:giga/matrix/debug/status
/function backrooms:giga/matrix/debug/pulse_active
/function backrooms:giga/matrix/debug/recover_active
/function backrooms:giga/matrix/debug/retry_errors
/function backrooms:giga/matrix/debug/reset_runtime
