fabro/test/docs
Bryan Helmkamp aec2d5b437 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
..
agents Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
changelog/2026-03-05 Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
core-concepts Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -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 Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
getting-started/why-fabro Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
human-tools/preview Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
integrations Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -04:00
reference/dot-language Rename .dot files to .fabro and update all references 2026-03-13 22:27:19 -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
CHECKLIST.md rename Arc to Fabro in all Rust crates, symbols, env vars, and supporting files 2026-03-12 12:25:58 -04:00
extract_dots.py Re-sync test/docs DOT fixtures with current documentation 2026-03-07 18:06:57 -05:00
run_tests.sh Rename --run-dir to --storage-dir, unify with data_dir 2026-03-29 13:47:07 -04:00