Skip to content

Commit d3291b8

Browse files
sjnimsclaude
andcommitted
docs: add missing PermissionRequest hook event to CLAUDE.md
The hooks events list was missing PermissionRequest, which is documented in the hook-development skill SKILL.md. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 94aa984 commit d3291b8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ Use for read-only workflows, security-sensitive tasks, or limited-scope operatio
166166
167167
Hooks defined in `hooks/hooks.json`:
168168

169-
- Events: PreToolUse, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification
169+
- Events: PreToolUse, PermissionRequest, PostToolUse, Stop, SubagentStop, SessionStart, SessionEnd, UserPromptSubmit, PreCompact, Notification
170170
- Types: `prompt` (LLM-driven) or `command` (bash scripts)
171171
- Use matchers for tool filtering (e.g., "Write|Edit", "*")
172172

0 commit comments

Comments
 (0)