//! Batuta Playbook — deterministic pipeline orchestration
//!
//! YAML-based pipelines with BLAKE3 content-addressable caching,
//! DAG-based execution ordering, and Jidoka failure policy.
//!
//! Phase 1: Local sequential execution with cache miss explanations.
pub use ;
pub use ;