Created
July 29, 2026 05:38
-
-
Save up1/912bc70aff0080a03bf52aabd2264b57 to your computer and use it in GitHub Desktop.
Hello hooks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "hooks": { | |
| "PreToolUse": [ | |
| { | |
| "matcher": "Read", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "python ~/.claude/hooks/dedupe_read.py" | |
| } | |
| ] | |
| }, | |
| { | |
| "matcher": "Edit", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "python ~/.claude/hooks/dedupe_edit.py" | |
| } | |
| ] | |
| }, | |
| { | |
| "matcher": "Write", | |
| "hooks": [ | |
| { | |
| "type": "command", | |
| "command": "python ~/.claude/hooks/dedupe_write.py" | |
| } | |
| ] | |
| } | |
| ] | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment