fabro/lib
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
..
apps Only kill the Git process group when a command fails 2026-09-12 11:48:21 -06:00
components Simplify run creation to registered workflow versions 2026-09-12 11:04:15 -06:00
foundation Simplify run creation to registered workflow versions 2026-09-12 11:04:15 -06:00
packages/fabro-api-client Add content-based workflow version registration tools 2026-09-12 10:15:19 -06:00