pub const WORKSPACE_NOT_INITIALISED_CODE: &str = "WORKSPACE_NOT_INITIALISED";Expand description
Structured-code constant for the missing-workspace exit envelope.
Surfaced on both --json output (under the code key in
details) and as the Display body of the underlying CliError.
Scripts and agents branch on this stable token; the human prose
(which mentions the recovery command) is the message and can be
adjusted without breaking the contract.