mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
refactor: rename Tool.alpha to Tool.experimental
This commit is contained in:
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": "Bash",
|
||||
"command": "node .claude/hooks/block-no-verify.js"
|
||||
},
|
||||
{
|
||||
"matcher": "Bash",
|
||||
"command": "node .claude/hooks/auto-tmux-dev.js"
|
||||
},
|
||||
{
|
||||
"matcher": "Edit|Write",
|
||||
"command": "node .claude/hooks/config-protection.js"
|
||||
}
|
||||
],
|
||||
"PostToolUse": [
|
||||
{
|
||||
"matcher": "Edit|Write",
|
||||
"command": "node .claude/hooks/post-edit-format.js"
|
||||
},
|
||||
{
|
||||
"matcher": "Edit|Write|Bash",
|
||||
"command": "node .claude/hooks/suggest-compact.js"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user