pub fn decode_cli_workspace_configuration_v1(
value: &Value,
) -> Result<WorkspaceConfiguration, CliWorkspaceConfigurationDecodeError>Expand description
Decodes the strict, public L9 configuration representation into the existing L3 Rust semantic product. It neither reads paths nor calls an L3 JSON decoder (none is introduced by L9).