//! Standalone executor binary for cluster mode. Skeleton — fleshed out //! when cluster mode lands (v1.3+). For MVP use the `picloud` binary. fn main() { eprintln!( "picloud-executor: cluster mode is not implemented yet (v1.3+).\n\ Use the `picloud` all-in-one binary for MVP." ); std::process::exit(2); }