Files
QR-master/.claude/settings.json
2026-07-06 21:53:53 +02:00

16 lines
269 B
JSON

{
"hooks": {
"PreToolUse": [
{
"matcher": "Skill",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR/.claude/hooks/check-gstack.sh\""
}
]
}
]
}
}