//! wafrift-strategy — Evasion strategy pipeline.
//!
//! The orchestrator that wires all WAF Rift modules into a coherent
//! evasion flow: request → fingerprint → grammar → encoding →
//! header → content-type → result.
/// MCTS bridge for intelligent evasion trajectory optimization.
/// WAF-specific evasion presets loaded from TOML rules.
pub use ;
pub use plan_pipelines;
pub use *;