Host Runtime Bundle v0.1
Canonical bundle for host ABI, capability dispatch, and runtime boundary rules.
Included Specs
docs/spec/HOST_ABI.mddocs/spec/BROWSER_HOST_RUNTIME_v0.1.mddocs/spec/XR_HOST_RUNTIME_v0.1.mddocs/spec/PLUGIN_ABI_SCHEMAS_v0.1.mddocs/spec/HOST_BRIDGE_PROTOCOL.mddocs/spec/CAPS_TOML.mddocs/spec/GPU_COMPUTE_BUNDLE_v0.1.mddocs/spec/GFX_RUNTIME_BUNDLE_v0.1.mddocs/spec/SELF_HOST_BOUNDARY.mddocs/spec/STAGE0_TRUST_CONTRACT_v0.1.jsondocs/spec/STAGE0_TRUST_CONTRACT_v0.1.schema.jsondocs/spec/STAGE0_DEPENDENCY_BOUNDARY_v0.1.mddocs/spec/STAGE0_DEPENDENCY_BOUNDARY_v0.1.jsondocs/spec/STAGE0_DEPENDENCY_BOUNDARY_v0.1.schema.jsondocs/spec/SELFHOST_CLOSURE_LEVELS_v0.1.mddocs/spec/SELFHOST_CLOSURE_LEVELS_v0.1.jsondocs/spec/SELFHOST_CLOSURE_LEVELS_v0.1.schema.jsondocs/spec/SEMANTIC_OWNERSHIP_LEDGER_v0.1.mddocs/spec/SEMANTIC_OWNERSHIP_LEDGER_v0.1.jsondocs/spec/SEMANTIC_OWNERSHIP_LEDGER_v0.1.schema.jsondocs/spec/WASM.mddocs/spec/WASI.md
Agent Guidance
- Use this bundle as the runtime/effects entrypoint.
- Resolve op-level behavior in
HOST_ABI.mdonly after reading bundle summary. - Machine-readable index contracts (
HOST_ABI_INDEX_v0.1.json,HOST_ABI_SCHEMA_INDEX_v0.1.json) are documented inHOST_ABI.md. - Runtime limit semantics are consolidated into
docs/spec/CAPS_TOML.md. - Stage0 trust-domain authority is machine-readable in
docs/spec/STAGE0_TRUST_CONTRACT_v0.1.json; only S0-K is TCB-A. - Stage0 production Cargo edges, feature definitions, resolved non-dev closures, and source escapes are fail-closed under
docs/spec/STAGE0_DEPENDENCY_BOUNDARY_v0.1.json. - Self-host levels are cumulative per semantic decision under
docs/spec/SELFHOST_CLOSURE_LEVELS_v0.1.json;N/Ais a reviewed non-promoting disposition, not a closure level. - Current command-to-decision production authority, verifier, host binding, fallback, and H-level facts are authoritative only in
docs/spec/SEMANTIC_OWNERSHIP_LEDGER_v0.1.json.