Skip to main content
VelinStyle v1.4.0
⌂ Home

Adaptive Runtime 1.4.0

The opt-in rule-based adaptation engine built into the existing runtime lifecycle.

Opt-in: pages without adapt configuration keep existing behavior.

Pipeline

Signals → Policy → optional Local AI ranker → Intent → Validator → Guardrails → Semantic Apply → Audit / Undo

Start here

Enable

await bootFromDOM(document, { adapt: true });
// or
const controller = startAdapt(document, { auto: false });

Hard boundaries

No second runtime, free HTML/CSS/JS, arbitrary attributes, cloud AI, or guardrail bypass. Local AI can only rank policy candidate IDs.