Files
5chan/.claude/settings.json
T

17 lines
287 B
JSON
Raw Normal View History

{
"hooks": {
"SessionStart": [
{
"matcher": "startup",
"hooks": [
{
"type": "command",
"command": "\"$CLAUDE_PROJECT_DIR\"/.claude/hooks/session-start.sh",
"timeout": 600
}
]
}
]
}
}