Expand description
Stable exit-code classes for the operator CLI.
Sourced from dev/interfaces/cli.md § Exit-code classes; meanings remain
load-bearing across recover + doctor outcomes.
Constants§
- DOCTOR_
FOUND_ ISSUES - Doctor / verification surface found actionable non-clean state.
- EXPORT_
FAILURE - Export / materialization failure on an artifact-producing doctor verb.
- LOCK_
HELD - Lock-held or equivalent precondition-blocked outcome.
- OK
- Successful completion with no findings that require a non-zero exit.
- RECOVERY_
ACCEPTED_ LOSS recovercompleted only because lossy action was explicitly accepted.- UNRECOVERABLE
- Unrecoverable command failure.