This commit is contained in:
Timo Knuth
2026-04-21 12:37:18 +02:00
parent aa2628834b
commit 32935041b3
27 changed files with 9197 additions and 23 deletions

15
.claude/settings.json Normal file
View File

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