fabro/lib/crates
Bryan Helmkamp b29a582d31
fix(storage): use Storage/RunScratch accessors instead of raw path joins
Four callsites were bypassing existing Storage/RunScratch methods:

1. install.rs — .join("secrets.json") → Storage::secrets_path()
2. initialize.rs — .join("worktree") → RunScratch::worktree_dir()
3. git.rs — .join("final.patch") → RunScratch::final_patch()
4. create.rs — duplicated date-format logic → RunScratch::for_run()

Adds RunScratch::for_run(scratch_dir, run_id) to centralize the
date-prefixed directory name, used by both Storage::run_scratch()
and make_run_dir().

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-06 15:12:19 -04:00
..
fabro-agent fix(home): migrate all runtime consumers to use Home 2026-04-06 13:36:43 -04:00
fabro-api refactor(storage): unify scratch paths and key schema 2026-04-06 10:13:37 -04:00
fabro-checkpoint refactor(cli): make run-adjacent commands server-only 2026-04-06 06:12:16 -04:00
fabro-cli fix(storage): use Storage/RunScratch accessors instead of raw path joins 2026-04-06 15:12:19 -04:00
fabro-config fix(storage): use Storage/RunScratch accessors instead of raw path joins 2026-04-06 15:12:19 -04:00
fabro-core Rename fabro_core::RunState to ExecutionState 2026-04-03 16:34:24 -07:00
fabro-devcontainer refactor(workspace): satisfy clippy all-targets warnings 2026-04-05 14:37:32 -04:00
fabro-github refactor(cli): make run-adjacent commands server-only 2026-04-06 06:12:16 -04:00
fabro-graphviz Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
fabro-hooks refactor(workspace): satisfy clippy all-targets warnings 2026-04-05 14:37:32 -04:00
fabro-interview fix(test): stabilize file interviewer claim-release timing 2026-04-05 21:22:11 -04:00
fabro-llm refactor(server): make secrets and operational checks server-canonical 2026-04-05 17:34:01 -04:00
fabro-macros Add twin test mode for OpenAI E2E tests 2026-03-31 20:36:48 -04:00
fabro-mcp Rename fabro-api-types to fabro-api with progenitor client generation 2026-04-03 11:17:27 -07:00
fabro-model Clean up workspace clippy warnings 2026-03-30 11:27:25 -04:00
fabro-oauth refactor(workspace): satisfy clippy all-targets warnings 2026-04-05 14:37:32 -04:00
fabro-proc Add server daemon management with Unix socket support 2026-04-02 10:40:19 -07:00
fabro-retro refactor(storage): unify scratch paths and key schema 2026-04-06 10:13:37 -04:00
fabro-sandbox refactor(storage): unify scratch paths and key schema 2026-04-06 10:13:37 -04:00
fabro-server refactor(home): remove dead settings path fallbacks 2026-04-06 13:59:17 -04:00
fabro-slack refactor(workspace): satisfy clippy all-targets warnings 2026-04-05 14:37:32 -04:00
fabro-store fix(storage): satisfy clippy in home and artifact paths 2026-04-06 10:31:08 -04:00
fabro-telemetry fix(home): migrate all runtime consumers to use Home 2026-04-06 13:36:43 -04:00
fabro-test refactor(cli): separate local socket and storage defaults 2026-04-06 11:57:14 -04:00
fabro-tracker fix(test): remove hidden HTTP client startup overhead 2026-04-04 21:25:51 -04:00
fabro-types refactor(home): move Home to fabro-util so all crates can share it 2026-04-06 13:08:35 -04:00
fabro-util refactor(home): move Home to fabro-util so all crates can share it 2026-04-06 13:08:35 -04:00
fabro-validate Add publish = false to all crates to prevent accidental crates.io publish 2026-03-29 13:47:09 -04:00
fabro-workflow fix(storage): use Storage/RunScratch accessors instead of raw path joins 2026-04-06 15:12:19 -04:00