1//! EvoKernel orchestration: mutation capture, validation, capsule construction, and replay-first reuse. 2 3mod core; 4 5pub use core::*;