Skip to main content

Crate runifold_ops

Crate runifold_ops 

Source
Expand description

Stable, read-only operational views over canonical Runifold artifacts.

Structs§

BudgetDimension
One budget dimension and its remaining headroom.
BudgetExplanation
Machine-readable explanation of budget consumption.
CheckpointChange
One value-free checkpoint change safe for operator output.
RunEventCursor
Exclusive position in one run’s canonical event sequence.
RunEventPage
One ordered page read from a durable canonical journal.
RunEventPageSize
Validated number of events requested from an operational source.
RunEventSourceError
Failure while reading canonical events from a durable source.
RunInspection
Read-only operational summary of one run event stream.

Enums§

CheckpointChangeKind
Kind of structural JSON checkpoint change.
InspectionError
Typed run-inspection failure.
RunEventQueryError
Invalid operational event query.
RunEventSourceErrorKind
Stable operational source failure category.
RunStatus
Current terminal state inferred from canonical lifecycle events.

Constants§

MAX_EVENT_PAGE_SIZE
Largest event page accepted by the stable operational query API.

Traits§

RunEventSource
Stable read-only boundary implemented by durable journal adapters.

Functions§

diff_checkpoints
Computes a bounded, value-free structural checkpoint diff.