43 lines
804 B
JSON
43 lines
804 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash",
|
|
"Write",
|
|
"WebFetch",
|
|
"WebSearch",
|
|
"Edit"
|
|
]
|
|
},
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write|Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "code-review-graph update --skip-flows",
|
|
"timeout": 30
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "code-review-graph status",
|
|
"timeout": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"frontend-design@claude-plugins-official": true,
|
|
"ui-ux-pro-max@ui-ux-pro-max-skill": true,
|
|
"superpowers@claude-plugins-official": true
|
|
}
|
|
}
|