2026-04-12 13:11:23 +00:00
|
|
|
//! Pipeline operations — stage advancement, completion handling, and merge orchestration.
|
2026-03-28 11:47:36 +00:00
|
|
|
mod advance;
|
|
|
|
|
mod completion;
|
|
|
|
|
mod merge;
|
|
|
|
|
|
2026-04-26 16:24:10 +00:00
|
|
|
pub(crate) use advance::should_block_story;
|
2026-03-28 11:47:36 +00:00
|
|
|
pub(super) use completion::run_server_owned_completion;
|