Files
Understand-Anything/understand-anything-plugin/hooks
T
Pablo Speciale ee2c9c8dd7 fix: use POSIX-compatible pipe instead of bash herestring in hooks
The PostToolUse hook used `<<<` (bash herestring) which fails when
Claude Code runs hooks under `/bin/sh`. Replace with `echo | grep`
for POSIX compatibility.
ee2c9c8dd7 ยท 2026-03-31 12:12:02 +02:00
History
..