{ "permissions": { "allow": [ "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..." } ] } ] } }