pub fn get_setting(key: &str) -> Result<Option<String>, AppError>
Read an operational setting from XDG config (flag > XDG > default is applied by callers). Returns None when unset.
None