The runtime arrow

Runtime does not jump directly from OCG to Shared Attention. It starts from accepted revision truth and loops each receipt into the next action.

Enteraccepted revision
ActAPI / SDK
FunctionCalltyped execution
OIG Commitlive truth moves
Receiptnext attention

Read first: Code → Graph → Commits explains the OCG/Meta mechanism, materialization, proof, and WorkspaceRevision acceptance boundary that runtime depends on.

What the loop must preserve

A runtime action should preserve the actor or request provenance, API capability, FunctionCall, branch, projection, prior head, resulting OIG commit, and receipt. Failure should remain specific and leave durable state unchanged.

That chain lets an Interface, CLI, service, human, and agent observe the same causal event instead of correlating logs after the fact.

Current status

Kernel proofs already cover FunctionCall execution, OIG commits, replay, provenance, fail-closed mutation, and receipts. The complete stable public entrance and DevSession/Experience continuity path is still a product gate. This preview names the runtime direction without presenting that full vertical as shipped.