refactor: rename Tool.alpha to Tool.experimental

This commit is contained in:
Siddharth Kumar Sah
2026-03-26 01:10:51 +08:00
parent ab370a74fe
commit 585d66f0c9
178 changed files with 5637 additions and 4082 deletions
+28
View File
@@ -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"
}
]
}
}