fabro/lib
Bryan Helmkamp b1fb172dde
fix: detect early init failures in attach and roll back partial worktree state
Two pre-existing issues fixed:

1. attach: while waiting for progress.jsonl, check for terminal
   status.json and engine child death. A detached run that dies during
   early init (before any event fires) now surfaces the real failure
   instead of timing out after 10s.

2. worktree: when `git worktree add` fails after branch creation,
   roll back the branch with `git branch -D` to avoid leaking partial
   git state.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-29 13:47:07 -04:00
..
crates fix: detect early init failures in attach and roll back partial worktree state 2026-03-29 13:47:07 -04:00
packages/fabro-api-client Remove Context logs, replace with RunNotice events + tracing 2026-03-29 13:47:05 -04:00