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
- Semantic Runtime Contract — roles, density, layout, reads
- Signals — minimal local inputs
- Policy — deterministic candidate generation
- Intents — closed proposal vocabulary
- Allowlist & Validation — scope and schema checks
- Guardrails — hard safety constraints
- Semantic Apply — the sole DOM writer
- Audit & Undo — decision trail and rollback
- Runtime API & Events — implemented integration surface
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.