kammer/.claude/settings.json
2026-02-26 17:10:07 +01:00

29 lines
577 B
JSON

{
"hooks": {
"UserPromptSubmit": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/log-request.sh",
"timeout": 10,
"async": true
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "bash \"$CLAUDE_PROJECT_DIR\"/.claude/hooks/session-start.sh",
"timeout": 10
}
]
}
]
}
}