mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-15 23:32:46 +00:00
Home lived in fabro-config, which meant fabro-types (a dependency of fabro-config) could not use it — forcing Settings::storage_dir() to duplicate the FABRO_HOME / dirs::home_dir() fallback logic. Moving Home to the leaf crate fabro-util breaks this layering constraint and lets Settings::storage_dir() delegate to Home::from_env().storage_dir(). Also adds stable accessors: storage_dir, socket_path, workflows_dir, logs_dir, tmp_dir. fabro-config re-exports Home for API compatibility. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| crates | ||
| packages/fabro-api-client | ||