// SPDX-License-Identifier: Apache-2.0
//! Stable exit codes — identical to the TypeScript CLI's `CLI_EXIT_CODE`.
// The full set is part of the CLI contract; later phases construct the rest.
/// Stable process exit codes for the `alp` CLI, fixed by the output contract.
/// Each discriminant is the literal `i32` the process exits with.