{"record":{"id":"db56aa763547e59e","repo":"zeroclaw-labs/zeroclaw","slug":"zeroclaw-was-built-without-the-schema-export-fea","errorCode":null,"errorMessage":"zeroclaw was built without the 'schema-export' feature","messagePattern":"zeroclaw was built without the 'schema-export' feature","errorType":"exception","errorClass":"anyhow::Error","httpStatus":null,"severity":"error","filePath":"src/main.rs","lineNumber":3504,"sourceCode":"\n    // Docs-pipeline subcommands: stdout-only, no config load, no logging init.\n    match &cli.command {\n        Commands::MarkdownHelp => {\n            clap_markdown::print_help_markdown::<Cli>();\n            return Ok(());\n        }\n        Commands::MarkdownSchema => {\n            #[cfg(feature = \"schema-export\")]\n            {\n                let schema = schemars::schema_for!(config::Config);\n                print!(\n                    \"{}\",\n                    zeroclaw_config::schema_markdown::generate(&schema.to_value())\n                );\n                return Ok(());\n            }\n            #[cfg(not(feature = \"schema-export\"))]\n            anyhow::bail!(\"zeroclaw was built without the 'schema-export' feature\");\n        }\n        _ => {}\n    }\n\n    let default_floor = match &cli.command {\n        Commands::Daemon {\n            ephemeral: true, ..\n        } => \"debug\",\n        Commands::Acp { .. } | Commands::Agent { message: None, .. } => \"warn\",\n        _ => \"info\",\n    };\n\n    // The explicit flag wins over RUST_LOG; without a flag the\n    // subscriber honours RUST_LOG and falls back to this default.\n    // matrix suppression is appended in both flag and default paths.\n    let recording_filter = cli.log_level.map(|level| {\n        format!(\n            \"{},matrix_sdk=warn,matrix_sdk_base=warn,matrix_sdk_crypto=warn\",","sourceCodeStart":3486,"sourceCodeEnd":3522,"githubUrl":"https://github.com/zeroclaw-labs/zeroclaw/blob/88bb9c8533fc57ed7a03e36ca7c9ed2bf8336dcc/src/main.rs#L3486-L3522","documentation":"Error \"zeroclaw was built without the 'schema-export' feature\" thrown in zeroclaw-labs/zeroclaw.","triggerScenarios":"Thrown at src/main.rs:3504 when the library encounters an invalid state.","commonSituations":"See trigger scenarios.","solutions":["Rebuild with the schema-export feature: `cargo build --release --features schema-export`.","Use a release binary built with the schema-export feature enabled."],"exampleFix":null,"handlingStrategy":null,"validationCode":null,"typeGuard":null,"tryCatchPattern":null,"preventionTips":[],"tags":[],"backgroundTag":null,"analyzedSha":"88bb9c8533fc57ed7a03e36ca7c9ed2bf8336dcc","analyzedAt":"2026-08-23T01:07:41.857Z","schemaVersion":2},"datasetVersion":"2026-08-23T08:06:27.607Z"}