//! Predictive Context Prefetch (F2) — trajectory-based preloading.
//!
//! Unifies predictive prefetch, FEP prefetch, and active inference into a
//! coherent prefetch pipeline with trajectory prediction.
pub use PrefetchPlan;
pub use build_prefetch_plan;
pub use FileTrajectory;
pub use ;