mirror of
https://github.com/Egonex-AI/Understand-Anything.git
synced 2026-06-22 10:58:03 +08:00
The PostToolUse hook used `<<<` (bash herestring) which fails when Claude Code runs hooks under `/bin/sh`. Replace with `echo | grep` for POSIX compatibility.