mirror of
https://github.com/fabro-sh/fabro.git
synced 2026-09-05 08:10:39 +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> |
||
|---|---|---|
| .. | ||
| administration | ||
| agents | ||
| api-reference | ||
| changelog | ||
| core-concepts | ||
| examples | ||
| execution | ||
| getting-started | ||
| human-tools | ||
| images | ||
| integrations | ||
| languages | ||
| logo | ||
| reference | ||
| tutorials | ||
| workflows | ||
| .mintignore | ||
| docs.json | ||
| dot-highlight.js | ||
| favicon.svg | ||