15. Execution Model (Phases 1–5)

Hypervisor execution order is strict:

  1. Resolution
  2. Type checking
  3. Reactive compute (R-DAG)
  4. Layout (Token Box Model)
  5. Render (Canonical JSON)

Phase 1: Resolution

Phase 2: Type checking

AST is immutable after successful Phase 2.

Phase 3: R-DAG

Phase 4: Layout

Phase 5: Render

Modes