diff --git a/claude/code/hooks.json b/claude/code/hooks.json index fc38fe6..c14cfe7 100644 --- a/claude/code/hooks.json +++ b/claude/code/hooks.json @@ -12,16 +12,6 @@ ], "description": "Block destructive commands (rm -rf, sed -i, xargs rm) and enforce core CLI" }, - { - "matcher": "Write", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/scripts/block-docs.sh" - } - ], - "description": "Block random .md file creation" - } ], "PostToolUse": [ {