pub const EXIT_PUSH_FAILED: i32 = 4;Expand description
Exit code when the mission COMPLETE’d but --push failed. Distinct from
mission failure (1) and underspecified (3) so CI can tell delivery apart
from the run itself. Stdout still reports pushed=false.