Expand description
User-facing configuration. Resolved from (precedence high → low):
- CLI flags
- environment variables prefixed with
ONOSENDAI_ - TOML config file (
$XDG_CONFIG_HOME/ono-sendai/config.toml) - compiled-in defaults
The resolver lives in the binary crate; this module only declares the shape so that every other crate can reason about it.