Skip to content

Instantly share code, notes, and snippets.

@up1
Created July 29, 2026 05:38
Show Gist options
  • Select an option

  • Save up1/912bc70aff0080a03bf52aabd2264b57 to your computer and use it in GitHub Desktop.

Select an option

Save up1/912bc70aff0080a03bf52aabd2264b57 to your computer and use it in GitHub Desktop.
Hello hooks
{
"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