webclaw/crates/noxa-cli
Jacob Magar 3bc6a9920b feat: add NoxaConfig and ResolvedConfig with load()
Introduces config.rs with NoxaConfig (serde Deserialize, all-optional fields,
unknown-field-tolerant), ResolvedConfig (concrete post-merge struct), and
NoxaConfig::load() (explicit path > NOXA_CONFIG env > ./config.json, missing
file returns default). Also adds Debug derives to OutputFormat, Browser, and
PdfModeArg required by NoxaConfig. 4 tests pass.
2026-04-11 12:16:56 -04:00
..
src feat: add NoxaConfig and ResolvedConfig with load() 2026-04-11 12:16:56 -04:00
Cargo.toml feat: derive Deserialize on OutputFormat, Browser, PdfModeArg 2026-04-11 12:13:25 -04:00