//! Pipeline operations — stage advancement, completion handling, and merge orchestration. mod advance; mod completion; mod merge; pub(crate) use advance::should_block_story; pub(super) use completion::run_server_owned_completion;