//! Worker lifecycle facade for parallel task execution.
//!
//! Responsibilities:
//! - Re-export task selection, worker command construction, and process helpers.
//! - Keep implementation modules focused while preserving the existing worker API.
//!
//! Does not handle:
//! - Parallel orchestration loop control.
//! - Persistent worker state serialization.
pub use build_worker_command;
pub use ;
pub use ;