settings.json 350 B

12345678910111213141516
  1. {
  2. "$schema": "https://json.schemastore.org/claude-code-settings.json",
  3. "hooks": {
  4. "PostToolUse": [
  5. {
  6. "matcher": "Write|Edit|MultiEdit",
  7. "hooks": [
  8. {
  9. "type": "command",
  10. "command": "sh \"$CLAUDE_PROJECT_DIR/scripts/check-conventions.sh\" --hook"
  11. }
  12. ]
  13. }
  14. ]
  15. }
  16. }