We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30e09c6 commit 1499baaCopy full SHA for 1499baa
1 file changed
.claude/settings.json
@@ -173,18 +173,18 @@
173
"PreToolUse": [
174
{
175
"matcher": "Bash",
176
- "hooks": [{"type": "command", "command": ".claude/hooks/validate-bash-command.sh"}]
+ "hooks": [{"type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/validate-bash-command.sh"}]
177
}
178
],
179
"PostToolUse": [
180
181
"matcher": "*",
182
- "hooks": [{"type": "command", "command": ".claude/hooks/audit-log.sh"}]
+ "hooks": [{"type": "command", "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/audit-log.sh"}]
183
184
]
185
},
186
"statusLine": {
187
"type": "command",
188
- "command": ".claude/statusline.sh"
+ "command": "\"$CLAUDE_PROJECT_DIR\"/.claude/statusline.sh"
189
190
0 commit comments