mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-20 00:11:34 +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> |
||
|---|---|---|
| .. | ||
| fabro-agent | ||
| fabro-api | ||
| fabro-beastie | ||
| fabro-cli | ||
| fabro-config | ||
| fabro-core | ||
| fabro-db | ||
| fabro-devcontainer | ||
| fabro-git-storage | ||
| fabro-github | ||
| fabro-graphviz | ||
| fabro-hooks | ||
| fabro-interview | ||
| fabro-llm | ||
| fabro-mcp | ||
| fabro-model | ||
| fabro-openai-oauth | ||
| fabro-retro | ||
| fabro-sandbox | ||
| fabro-slack | ||
| fabro-telemetry | ||
| fabro-tracker | ||
| fabro-types | ||
| fabro-util | ||
| fabro-validate | ||
| fabro-workflows | ||