//! Module: executor::planning::continuation
//! Responsibility: executor-owned continuation runtime contracts and load-cursor resolution.
//! Does not own: planner cursor semantics, query policy validation, or cursor wire codec rules.
//! Boundary: load entrypoints consume this module for prepared cursor resolution and continuation runtime state.
pub use ;
pub use ;
pub use ;
pub use ScalarContinuationContext;