v104.0.2lumaweave2026-06-03

Minimap snapshot reads populated graph (was N0/E0); remove stale UI Inspector pill

Two bugs fixed. Minimap now shows the real graph (sigma readiness poll + afterRender count-change detection). Stale fixed-position inspector label removed from ThemeTargetInspectorOverlay — the status bar pill is the only one now.

v104.0.22026-06-03
  • ·Snapshot N0/E0: effect bailed permanently at mount if sigma wasn't ready (empty deps []). Fix: poll for sigma, subscribe to afterRender for count-change detection (only recomputes if freshGraph.order changed — not every frame), re-fetch graph ref fresh each compute.
  • ·Stale inspector pill: `<div data-testid="theme-target-inspector-toggle-state">` — position:fixed, bottom-right, hardcoded slate/green, pointerEvents:none, no tests reference it. Removed cleanly. HOTKEY_LABEL constant removed with it.
  • ·Inspector functionality (ghost outlines, Alt+Shift+I hotkey) confirmed intact.