Commit f4a1d74
docs: add missing PermissionRequest hook event (#88)
## Summary
Add the missing `PermissionRequest` event to hook events documentation
in two locations where it was omitted.
## Problem
Fixes #85
The `PermissionRequest` hook event was missing from the hook events list
in:
- `plugins/plugin-dev/skills/plugin-structure/SKILL.md:238`
- `README.md:63`
This event fires when a permission dialog is shown and is documented in
the official Claude Code reference but was absent from this plugin's
documentation.
## Solution
Added `PermissionRequest` to both hook events lists, placing it between
`PreToolUse` and `PostToolUse` to match the official documentation
order.
### Alternatives Considered
None - this is a straightforward documentation fix to align with
official docs.
## Changes
- `plugins/plugin-dev/skills/plugin-structure/SKILL.md`: Added
PermissionRequest to available events
- `README.md`: Added PermissionRequest to hook events list
## Testing
- [x] markdownlint passes
- [x] Verified order matches official Claude Code documentation
---
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <noreply@anthropic.com>1 parent e84cc83 commit f4a1d74
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
| |||
0 commit comments