THE WHEEL RULE
ENGINE RULE
Keep the original 8 bits. For every turn of the wheel — 4 hops — add 8 bits to one of the original bits.
Rule: you cannot expand the same bit twice.
WHEEL SIMULATOR
READY // CORE INTACT
EXPANSION SEQUENCE
> Traversal prevents double-expansion on same bit
> Forces full sweep: .99 → .98 → .97 → .95 → 00 → -00 → -01 → -02 → -03
> Each turn expands WIDTH, not depth. Original 8-bit core never breaks.
ORIGINAL 8-BIT CORE
IMMUTABLE // v16
ENGINE RULE
Tools that build tools must not corrupt their parent. Expansion attaches, core persists.
WHY 4 HOPS
4 hops = 180° on 8-bit wheel. Opposite bit each turn enforces distribution, avoids clustering.
LIMIT
After -03, no further right. Width maxed. Start new wheel (L1.31).
ROOT0.MASTER.PORTFOLIO v16
preserves L1.00 → L1.29
L1.30 // GREEN TERMINAL ACTIVE