fabro/lib
Bryan Helmkamp c57bf24410
refactor(home): remove dead settings path fallbacks
default_settings_path() and active_settings_path() always return a
value (Home::from_env() never fails), so unwrap_or_else fallbacks to
".fabro/settings.toml" were dead code. Change both functions to return
PathBuf instead of Option<PathBuf> and remove the unreachable branches
in server_client, serve, and user config.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 13:59:17 -04:00
..
crates refactor(home): remove dead settings path fallbacks 2026-04-06 13:59:17 -04:00
packages/fabro-api-client refactor(storage): unify scratch paths and key schema 2026-04-06 10:13:37 -04:00