mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-07 01:33:31 +08:00
22 lines
484 B
Markdown
22 lines
484 B
Markdown
---
|
|
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.
|