Files
noteflow/.claude/hookify.block-makefile-edit.local.md

681 B

name, enabled, event, action, conditions
name enabled event action conditions
block-makefile-edit true file block
field operator pattern
file_path regex_match (?:^|/)Makefile$
field operator values
tool_name in
Edit
Write
MultiEdit

🚫 BLOCKED: Makefile Edit Attempt

You are attempting to edit the Makefile using Edit/Write tools.

Why this is blocked: The Makefile contains carefully configured build targets and is protected from modifications.

If you need to modify the Makefile:

  1. Ask the user for explicit permission
  2. Explain what change is needed and why
  3. Wait for approval before proceeding

Note: Reading the Makefile is still allowed.