Expand description
§6 Runtime-layer identifiers.
These identifiers are used only by the runtime control-plane layer.
Core-facing identifiers (RunId, InputId) live in meerkat-core::lifecycle.
Structs§
- Causation
Id - Identifier linking an event to its cause.
- Conversation
Id - Identifier for a conversation within a session.
- Correlation
Id - Correlation identifier for tracing related events across boundaries.
- Event
Code Id - Stable event code for wire formats and SDK consumers.
- Idempotency
Key - Client-provided key for idempotent input submission.
- KindId
- Identifier for an input kind, wrapping the typed
InputKindtaxonomy. - Logical
Runtime Id - Logical identity of a runtime instance (survives retire/recycle).
- Policy
Version - Version of the generated admission policy used for a decision.
- Projection
Rule Id - Identifier for a projection rule.
- Runtime
Event Id - Unique identifier for a runtime event.
- Schema
Id - Identifier for a schema definition.
- Supersession
Key - Key for supersession scoping (same key = same supersession window).
Enums§
- Input
Kind - Typed input-kind taxonomy used by the generated admission-policy projection.