// ── Originmain Fiber Hook (Live SDK) ───────────────────────────────────────── // Installs a React DevTools–compatible global hook BEFORE React evaluates its // module body. React checks for __REACT_DEVTOOLS_GLOBAL_HOOK__ exactly once at // import time; any later installation is too late. // // Full bidirectional protocol: // Renderer → Host : READY, FIBER_TREE_UPDATE, COMPONENT_SELECTED, COMPONENT_DESELECTED, ERROR // Host → Renderer : SET_DESIGN_TOKENS, NAVIGATE, SELECT_COMPONENT, DESELECT // // Node IDs are stable path strings: "Component:idx/Child:idx/…" // This survives re-renders as long as the component tree structure is unchanged. // // Guard: only activates when window.name starts with "om:" — the prefix set by // LiveArtboard.tsx on the