From ad00214104f5215608a603ab5a7357cb196bf4f3 Mon Sep 17 00:00:00 2001 From: Snider Date: Sat, 14 Mar 2026 10:05:15 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20remove=20block-docs=20hook=20=E2=80=94?= =?UTF-8?q?=20blocks=20legitimate=20spec/doc=20work?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Virgil --- claude/code/hooks.json | 10 ---------- 1 file changed, 10 deletions(-) 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": [ {