//! Workflow engine — hive-mind orchestration and script execution.
pub mod docs;
pub mod engine;
pub mod hive_mind;
pub mod script;