Files
ECC/commands/hookify-list.md
Affaan Mustafa 504261d069 fix: wire Hookify runtime enforcement
Load bounded project-local Hookify rules, evaluate untrusted regexes in a resource-limited worker, and emit event-correct structured warn/block outputs for PreToolUse, PostToolUse, UserPromptSubmit, and Stop. Register bounded entrypoints, prevent recursive Stop loops, document the runtime contract, and package the implementation.\n\nCloses #2561
2026-07-26 05:07:34 -04:00

762 B

description
description
List all configured hookify rules

Find and display project-local Hookify rule files and their runtime status.

Steps

  1. Find direct, regular .claude/hookify.*.local.md files in the current project's .claude/ directory. Do not follow symlinks.
  2. Read each file's frontmatter:
    • name
    • enabled
    • event
    • action
    • pattern
    • conditions
    • tool_matcher
  3. Display them as a table:
Rule Enabled Event Action Matcher File
  1. Report malformed or unsafe files separately. They are skipped by the runtime and are not enforced.
  2. Show the valid/enabled count and remind the user that /hookify-configure can change state later.