File size: 435 Bytes
78d2164
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "//": "Merge this into ~/.claude/settings.json. Adjust PYTHON and HOOK paths.",
  "//python": "Use the venv python that has mlx_lm + outlines installed.",
  "hooks": {
    "PreToolUse": [
      {
        "matcher": "Edit|Write|Bash",
        "hooks": [
          {
            "type": "command",
            "command": "/ABS/PATH/.venv/bin/python /ABS/PATH/claude-code/hook_pretooluse.py"
          }
        ]
      }
    ]
  }
}