{ "//": "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" } ] } ] } }