fabro/docs
Bryan Helmkamp 126ece3d71
Rename --run-dir to --storage-dir, unify with data_dir
Replace the per-run `--run-dir` CLI flag with `--storage-dir` which sets
the base storage directory (default ~/.fabro). Runs are now created under
`<storage-dir>/runs/` automatically. This unifies the server's `data_dir`
config with the CLI by renaming `FabroConfig.data_dir` to `storage_dir`
and adding a `storage_dir()` convenience method.

Key changes:
- FabroConfig: `data_dir` → `storage_dir` (serde alias preserves compat)
- CLI: `--run-dir` → `--storage-dir` on `fabro run`
- `__detached`: now takes `--storage-dir` + `--run-id` instead of `--run-dir`
- All ~20 CLI commands derive runs base from config instead of hardcoded default
- Added parameterized `runs_base(storage_dir)` and `make_run_dir()` helpers
- Updated OpenAPI spec, docs, and all tests

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:07 -04:00
..
administration Extract --preflight into fabro preflight subcommand 2026-03-29 13:47:07 -04:00
agents Complete remaining RunRecord plan gaps: run_from_record, TOML rename, API RunRecord 2026-03-29 13:47:06 -04:00
api-reference Rename --run-dir to --storage-dir, unify with data_dir 2026-03-29 13:47:07 -04:00
changelog Extract fabro resume subcommand (#137) 2026-03-22 13:45:06 -04:00
core-concepts refactor: clean CREATE/START/RESUME separation 2026-03-29 13:47:07 -04:00
examples Attractor spec hunks 9-11: edge selection fallback and default_max_retries rename 2026-03-23 14:20:24 -04:00
execution Extract --preflight into fabro preflight subcommand 2026-03-29 13:47:07 -04:00
getting-started Remove empty stub doc pages and fix broken links 2026-03-17 08:25:05 -04:00
human-tools Unify fabro run foreground to use create + start + attach (#141) 2026-03-22 22:48:09 -04:00
images Add SVG workflow diagram for REPL Handoff example 2026-03-17 10:32:48 -04:00
integrations Extract fabro resume subcommand (#137) 2026-03-22 13:45:06 -04:00
languages Add fabro language for syntax highlighting in docs 2026-03-17 09:43:14 -04:00
logo Fix logo SVG viewBox clipping the right edge of the O 2026-03-14 14:11:36 -04:00
reference Rename --run-dir to --storage-dir, unify with data_dir 2026-03-29 13:47:07 -04:00
tutorials Attractor spec hunks 14 & 16: remove error_policy and k_of_n/quorum from parallel handler 2026-03-23 14:59:35 -04:00
workflows Attractor spec hunks 14 & 16: remove error_policy and k_of_n/quorum from parallel handler 2026-03-23 14:59:35 -04:00
.mintignore Fix Mintlify dev server: valid navbar URL and ignore AGENTS.md 2026-03-05 16:29:50 -05:00
docs.json Add Node Outcomes docs page and fix status gaps across docs 2026-03-21 10:05:36 -04:00
dot-highlight.js Remove debug markers from dot-highlight script 2026-03-17 10:23:48 -04:00
favicon.svg Rebrand docs site from Arc to Fabro 2026-03-11 21:27:58 -04:00