mirror of
https://github.com/glittercowboy/get-shit-done
synced 2026-04-25 17:25:23 +02:00
On Windows, child.unref() alone is insufficient for proper process detachment. The child process remains in the parent's process group, causing Claude Code to wait for the hook process tree to exit before accepting input. Adding detached: true allows the child process to fully detach on Windows while maintaining existing behavior on Unix. Closes #466 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>