Inspector Selection & Block Detection 1.4.0
Core selection is state and model construction only; there is no shipped visual picker or overlay.
Selection API
inspector.select(document.querySelector('[data-velin-role="hero"]'));
inspector.getInspectorState();
inspector.clearSelection();Block marker
<section data-velin-block="marketing-hero"
data-velin-block-version="0.1.0"
data-velin-role="hero">Detection rule
Phase 6.1 uses the explicit data-velin-block marker plus optional catalog metadata. Without the marker, block is null; no CSS-class heuristic is claimed.
Known limitation
The frozen Top-10 source templates do not all contain the marker. Detection must tolerate this and must not infer a false identity.
No UI claim
Project 2 freeze: documentation reflects the shipped 1.4.0 surface through Phase 6.1. Inspector Overlay, visual selection UI, token probe, and every Phase 6.2+ stage are not started.