feat: restore hookify command bundle

This commit is contained in:
Affaan Mustafa
2026-04-05 17:50:31 -07:00
parent ff303d71b6
commit 56bd57c543
11 changed files with 201 additions and 17 deletions

21
commands/hookify-list.md Normal file
View File

@@ -0,0 +1,21 @@
---
description: List all configured hookify rules
---
Find and display all hookify rules in a formatted table.
## Steps
1. Find all `.claude/hookify.*.local.md` files
2. Read each file's frontmatter:
- `name`
- `enabled`
- `event`
- `action`
- `pattern`
3. Display them as a table:
| Rule | Enabled | Event | Pattern | File |
|------|---------|-------|---------|------|
4. Show the rule count and remind the user that `/hookify-configure` can change state later.