pub const WORKSPACE_ALREADY_EXISTS_ABOVE_CODE: &str = "WORKSPACE_ALREADY_EXISTS_ABOVE";Expand description
memstead init refusal: ancestor walk found an existing
.memstead/workspace.toml above the target. Without this guard a
standalone init would silently nest a fresh filesystem-mem
workspace inside an existing one, with neither workspace aware of
the other.