Expand description
Canonical semantic objects exported by the protocol machine.
These types are the stable runtime-facing object model for ownership, effect, handoff, read, proof, handle, and progress state. They are derived from lower-level audit/effect/output surfaces but should be the primary exported semantic contract consumed by the bridge, replay tooling, and higher-level runtimes.
Structs§
- Agreement
Contract - Attached agreement contract for one operation instance.
- Agreement
Evidence - Explicit evidence object carried on one agreement path.
- Agreement
Profile - Reusable named agreement profile over the generic semantic core.
- Agreement
State - Replay-visible agreement/finalization state for one operation.
- Authoritative
Read - First-class view of one authoritative read/proof-bearing check.
- Canonical
Handle - First-class strong handle surfaced from sanctioned semantic paths.
- Finalization
Path - Explicit derived finalization view for one protocol-critical operation path.
- Materialization
Proof - First-class view of one materialization proof.
- Observed
Read - First-class view of one observational read.
- Operation
Instance - First-class view of one operation instance.
- Outstanding
Effect - First-class view of one deferred or completed effect.
- Prestate
Binding - Stable prestate binding for one agreement-sensitive operation.
- Progress
Contract - Explicit progress contract attached to one operation instance.
- Progress
Transition - Replay-visible progress transition for one operation-level contract.
- Protocol
Machine Finalization - Stable claim-critical finalization subsystem derived from semantic objects.
- Protocol
Machine Semantic Objects - Canonical bundle of semantic objects exported by the protocol machine.
- Publication
Event - Canonical semantic publication event.
- Region
- Canonical framing and locality domain for one session-scoped semantic slice.
- Semantic
Handoff - First-class view of one semantic handoff.
- Transformation
Obligation - Explicit transformation-local obligation bundle carried by one handoff.
Enums§
- Agreement
Evidence Kind - Evidence class attached to one agreement path.
- Agreement
Level - Agreement grade reached for one operation.
- Agreement
Rule - Decision rule attached to one agreement contract.
- Authoritative
Read Kind - Class of authoritative read/proof surface.
- Authoritative
Read Lifecycle - Lifecycle for one authoritative read/proof artifact.
- Canonical
Handle Kind - Kind of canonical handle surfaced by the runtime.
- Delegation
Status - Delegation outcome carried by the canonical semantic-object family.
- Finalization
Outcome - Terminal outcome for one agreement/finalization path.
- Finalization
Read Class - Read-side classification for one derived finalization path.
- Finalization
Stage - Canonicalization stage for one derived finalization path.
- Operation
Phase - Lifecycle phase for one operation instance.
- Operation
Visibility - Visibility timing for one semantic operation.
- Outstanding
Effect Status - Canonical status for one effect that is visible on the semantic path.
- Ownership
Scope - Ownership scope carried by the canonical semantic-object family.
- Progress
State - Progress state for one operation-level contract.
- Publication
Observer Class - Observer/export class for one canonical publication path.
- Publication
Status - Status for one canonical publication event.
Constants§
- SEMANTIC_
OBJECTS_ SCHEMA_ VERSION - Canonical schema version identifier for semantic-object exports.
Functions§
- protocol_
machine_ semantic_ objects - Build the canonical semantic-object bundle from lower-level runtime artifacts.