fix: Hook scripts don't follow #!/usr/bin/env bash convention from AGENTS.md (#330)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cc813e84d0
commit
0be64bdf31
7 changed files with 7 additions and 7 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/bash
|
||||
#!/usr/bin/env bash
|
||||
# on-pretooluse-guard.sh — PreToolUse hook: guard destructive operations.
|
||||
#
|
||||
# Called by Claude Code before executing a Bash command in agent sessions.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue