claude-baseline-1752111572

This commit is contained in:
zolinthecow 2025-07-09 18:39:32 -07:00
parent a488a0930e
commit 3310fe0901
2 changed files with 2 additions and 20 deletions

View file

@ -247,7 +247,7 @@ function M.install_hooks()
hooks = {
PreToolUse = {
{
matcher = ".*", -- Match all tools
matcher = "Edit|Write|MultiEdit", -- Only match file editing tools
hooks = {
{
type = "command",
@ -258,7 +258,7 @@ function M.install_hooks()
},
PostToolUse = {
{
matcher = ".*", -- Match all tools
matcher = "Edit|Write|MultiEdit", -- Only match file editing tools
hooks = {
{
type = "command",