35 lines
1007 B
JSON
35 lines
1007 B
JSON
{
|
|
"hooks": {
|
|
"PostToolUse": [
|
|
{
|
|
"matcher": "Edit|Write|Bash",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "cat >/dev/null || true; git rev-parse --git-dir >/dev/null 2>&1 && code-review-graph update --skip-flows --repo \"C:/Users/tony1/PhpstormProjects/Convert\" || true",
|
|
"timeout": 30
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"SessionStart": [
|
|
{
|
|
"matcher": "",
|
|
"hooks": [
|
|
{
|
|
"type": "command",
|
|
"command": "cat >/dev/null || true; git rev-parse --git-dir >/dev/null 2>&1 && code-review-graph status --repo \"C:/Users/tony1/PhpstormProjects/Convert\" || echo 'Not a git repo, skipping'",
|
|
"timeout": 10
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"enabledPlugins": {
|
|
"superpowers@claude-plugins-official": true,
|
|
"claude-seo@agricidaniel-claude-seo": true,
|
|
"ui-ux-pro-max@ui-ux-pro-max-skill": true,
|
|
"frontend-design@claude-plugins-official": true
|
|
}
|
|
}
|