mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-04-06 09:13:31 +08:00
484 B
484 B
description
| description |
|---|
| List all configured hookify rules |
Find and display all hookify rules in a formatted table.
Steps
- Find all
.claude/hookify.*.local.mdfiles - Read each file's frontmatter:
nameenabledeventactionpattern
- Display them as a table:
| Rule | Enabled | Event | Pattern | File |
|---|
- Show the rule count and remind the user that
/hookify-configurecan change state later.