diff --git a/.claude/settings.local.json b/.claude/settings.local.json index ebc99cc..c971fb7 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -4,5 +4,20 @@ "WebFetch(domain:docs.bsky.app)", "Bash(tea actions:*)" ] + }, + "hooks": { + "PostToolUse": [ + { + "matcher": "Edit|Write", + "hooks": [ + { + "type": "command", + "command": "vendor/bin/phpunit", + "timeout": 60, + "statusMessage": "Running PHPUnit tests..." + } + ] + } + ] } }