ReadonlygraphIdentifier of the graph instance this node belongs to.
Required as of schema 3; sourced from the precedence rule
(createCausl({ name }) first, UUID v4 fallback). Same value
appears on every node and commit produced by one
graph.exportModel() call.
ReadonlyidIdentifier of the input node within the source graph.
ReadonlykindDiscriminator selecting the input variant of IRNode.
ReadonlyserializableWhether value is JSON-serialisable. Non-serialisable inputs are
skipped by the checker's state-space enumeration.
ReadonlyvalueMost recent committed value, mirrored verbatim into the IR.
IR projection of an
inputnode — a writable Behavior captured at export time.Remarks
The §4 two-primitive discipline lives here. What earlier drafts called a "resource" is an
IRInputwhosevaluecarries the application'sResourceState<T>payload — composition at the application layer, not a separatekindon the wire (iasbuilt/causl#359).