claude-code: added 'hooks' and 'hooksDir' options to specify hooks from filesystem
This commit is contained in:
parent
be37a3492d
commit
5e06d0f184
6 changed files with 88 additions and 1 deletions
3
tests/modules/programs/claude-code/hooks/test-hook
Normal file
3
tests/modules/programs/claude-code/hooks/test-hook
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/env bash
|
||||
# Test hook for claude-code
|
||||
echo "Test hook executed with: $@"
|
||||
Loading…
Add table
Add a link
Reference in a new issue