| 12345678910111213141516 |
- {
- "$schema": "https://json.schemastore.org/claude-code-settings.json",
- "hooks": {
- "PostToolUse": [
- {
- "matcher": "Write|Edit|MultiEdit",
- "hooks": [
- {
- "type": "command",
- "command": "sh \"$CLAUDE_PROJECT_DIR/scripts/check-conventions.sh\" --hook"
- }
- ]
- }
- ]
- }
- }
|