From da7f078b5b632b20b62a3b8946db427b0bcf4ec3 Mon Sep 17 00:00:00 2001 From: Ahmet Guzererler Date: Fri, 20 Mar 2026 12:58:21 +0100 Subject: [PATCH] removed hooks --- .claude/settings.json | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 86c7da49..e69de29b 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,16 +0,0 @@ -{ - "hooks": { - "PostToolUse": [ - { - "matcher": "Bash", - "hooks": [ - { - "type": "prompt", - "prompt": "Check if the Bash command that just ran was a git commit (look for 'git commit' in the tool input). If it was NOT a git commit, do nothing — return empty output. If it WAS a git commit, remind the agent: 'A commit was just made. Update docs/agent/CURRENT_STATE.md to reflect what was committed — add to Recent Progress and remove any resolved blockers. Do NOT run a full memory rebuild, just update the state file.'", - "timeout": 10 - } - ] - } - ] - } -}