24 lines
422 B
JSON
24 lines
422 B
JSON
{
|
|
"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..."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|