Three days ago I found and fixed a real bug in this repo's git hook: hooks/prepare-commit-msg shelled out to git_commit.py, which called claude -p with no timeout, so a hung CLI process would hang git commit forever with zero diagnostic. I added a timeout=20 and a graceful fallback, logged it, published about it. Case closed, or so I...