Skip to content

_exit_codes

_exit_codes

Shared exit codes for the sandbox CLI.

Foundation module — zero internal imports — so every layer (the _setup orchestrator that raises the codes, the package init that re-exports them as public API, downstream CLIs that branch on them) can depend on this without dragging the surface layer back into the foundation.

EXIT_MANUAL_STEP_NEEDED = 5 module-attribute

__all__ = ['EXIT_MANUAL_STEP_NEEDED'] module-attribute