mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-08-28 05:27:41 +00:00
Context::append_log / logs_snapshot was a write-only audit trail that was never surfaced — not in events, CLI output, or tracing. Errors like "checkpoint save failed" were silently swallowed. Replace all append_log call sites with RunNotice events (which are automatically traced and visible in progress.jsonl / CLI). Remove the logs field from both Context types, the Checkpoint struct, the OpenAPI spec, and the TS client. Old checkpoints containing a logs field are silently ignored during deserialization. Also make git_diff return Result<String, String> with structured error info (exit code + stderr) instead of Option<String>. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| client-sdks.mdx | ||
| demo-mode.mdx | ||
| fabro-api.yaml | ||
| overview.mdx | ||