We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 168b900 commit a5c9dfdCopy full SHA for a5c9dfd
2 files changed
.claude/hooks/test-hooks.py
@@ -256,13 +256,13 @@ def tally(result):
256
),
257
(
258
"File matcher allows safe read",
259
- hook_commands["Read|Edit|Write|MultiEdit|Grep"],
+ hook_commands["Read|Edit|Write|MultiEdit|Grep|Glob"],
260
{"file_path": "/project/README.md"},
261
False,
262
263
264
"File matcher blocks secret read",
265
266
{"file_path": "/project/.env"},
267
True,
268
.claude/settings.json
@@ -11,7 +11,7 @@
11
]
12
},
13
{
14
- "matcher": "Read|Edit|Write|MultiEdit|Grep",
+ "matcher": "Read|Edit|Write|MultiEdit|Grep|Glob",
15
"hooks": [
16
17
"type": "command",
0 commit comments