//! L0 runtime stratum.
//!
//! Kernel-level event types, transactional `StepStage` (10 buckets),
//! the Kernel orchestrator, dispatcher, action registry, and the
//! panic-resilient observer chain. Depends on `abi` and
//! `state`.
pub use ;
pub use KernelObserver;
pub use InstanceView;