removed hooks

This commit is contained in:
Ahmet Guzererler 2026-03-20 12:58:21 +01:00
parent 179e55f264
commit da7f078b5b
1 changed files with 0 additions and 16 deletions

View File

@ -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
}
]
}
]
}
}