mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
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> |
||
|---|---|---|
| .. | ||
| checkpoints.mdx | ||
| context.mdx | ||
| devcontainers.mdx | ||
| environments.mdx | ||
| failures.mdx | ||
| observability.mdx | ||
| outcomes.mdx | ||
| retros.mdx | ||
| run-configuration.mdx | ||