Settings

Path: loom-builder-sol/.claude/settings.jsonRelative: .claude/settings.jsonSubproject: loom-builder-solCategory: configuration
Lines: 16Bytes: 304Imports: 0Exports: 0

Content Preview

  1. {
  2. "hooks": {
  3. "PreToolUse": [
  4. {
  5. "matcher": "Edit|Write|MultiEdit|NotebookEdit|Bash",
  6. "hooks": [
  7. {
  8. "type": "command",
  9. "command": "python3 \"$CLAUDE_PROJECT_DIR/.claude/hooks/pretooluse_gate_guard.py\""
  10. }
  11. ]
  12. }
  13. ]
  14. }
  15. }