//! Purpose: facade re-exporting parallel status and retry commands.
//! Responsibilities: expose stable re-exports for status, retry, and the machine-readable status document.
//! Scope: command re-exports only.
//! Usage: imported by `commands/run/mod.rs` and machine clients.
//! Not handled here: status inspection, rendering, or retry mutation logic.
//! Invariants/assumptions: facade exports remain stable for CLI and machine clients.
pub use parallel_retry;
pub use build_parallel_status_document;
pub use parallel_status;