Skip to main content
VelinStyle v1.4.0
⌂ Home

Studio Inspector Core 1.4.0

Phase 6.1 read model, selection state, Block detection, and delegated Adapt actions — Core only, no UI.

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.

Shipped Core

Technical guides

API

const inspector = createInspector({ root: document, blockCatalog });
inspector.select(element);
inspector.getInspectorState();
inspector.getAvailableIntents();
inspector.getBlockInfo();
inspector.getAudit();
inspector.applyIntent(intent);
inspector.undoLast();

Architecture rule

createInspector() does not start Adapt and does not own validation/apply. It consumes getVelinAPI, the existing controller, events, and optional Block catalog.