Skip to main content

Module context

Module context 

Source
Expand description

Precomputed per-trace context shared by all checks.

Checks must be cheap and independent, so anything every check would otherwise recompute — message classification and the session lifecycle phase at each event — is derived once here, in a single deterministic pass over the events.

Modules§

draft
The stateless 2026-07-28 lifecycle variant (SEP-2575), behind draft-2026-07-28.

Structs§

Exchange
One completed request/response exchange, in response order.
InitializeExchange
The observed initialize exchange, when present.
TraceContext
Everything checks need, precomputed once per trace.

Enums§

Phase
The 2025-11-25 session lifecycle phase before a given event is processed.