Files
tdesktop/.claude/settings.json

17 lines
321 B
JSON

{
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|Write|MultiEdit",
"hooks": [
{
"type": "command",
"command": "python3 \"$CLAUDE_PROJECT_DIR/tools/rules/hook.py\"",
"statusMessage": "Checking house rules"
}
]
}
]
}
}