fabro/lib/apps
Scott Werner d87f94bead Only kill the Git process group when a command fails
The native Git runner SIGKILLed its child's process group after every
command, including successful ones. Git spawns credential-cache--daemon
into the same group, so each ls-remote or fetch destroyed the cache it
had just warmed and every later command re-ran the full helper chain.
Kill the group only on timeout, cancellation, or failure, and drop the
redundant kill/wait on an already-reaped child.

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
2026-09-12 11:48:21 -06:00
..
fabro-cli Only kill the Git process group when a command fails 2026-09-12 11:48:21 -06:00
fabro-mcp-server Simplify run creation to registered workflow versions 2026-09-12 11:04:15 -06:00
fabro-server Simplify run creation to registered workflow versions 2026-09-12 11:04:15 -06:00
fabro-spa refactor: organize crates into three layers 2026-07-23 17:59:34 -04:00