fabro/docs/reference
Bryan Helmkamp 08dbcee01e
Add RunRecord + StartRecord alongside RunSpec + Manifest
Introduce two new persistence types aligned to the CREATE/START lifecycle:
- RunRecord (run.json): written at CREATE with merged FabroConfig, fully
  transformed Graph, and run metadata
- StartRecord (start.json): written at START with start_time, run_branch,
  and base_sha

All readers (run_lookup, inspect, diff, pr, attach, detached_support,
start, run_fork, pull_request, run_rewind, resume) now read from the
new types first. Legacy manifest.json + spec.json are still written
for backward compatibility (removal in follow-up).

Also adds dry_run, auto_approve, no_retro fields to FabroConfig, derives
Default on LlmConfig and Graph, and updates docs + tests.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:06 -04:00
..
acknowledgements.mdx docs: rename Arc to Fabro throughout docs 2026-03-12 10:53:44 -04:00
architecture.mdx Update roadmap and standardize on Graphviz terminology 2026-03-16 20:01:33 -04:00
cli-configuration.mdx Docs updates: reorder nav, rename DOT Language, simplify dark factory, add fork/upgrade/asset docs 2026-03-15 20:13:23 -04:00
cli.mdx Add RunRecord + StartRecord alongside RunSpec + Manifest 2026-03-29 13:47:06 -04:00
dot-language.mdx Attractor spec hunks 14 & 16: remove error_policy and k_of_n/quorum from parallel handler 2026-03-23 14:59:35 -04:00
run-directory.mdx Add RunRecord + StartRecord alongside RunSpec + Manifest 2026-03-29 13:47:06 -04:00
sdk.mdx Add #[source] error chaining to SdkError and tool_type field to ToolCall 2026-03-23 15:38:00 -04:00