Files
linuxcnc/.claude/settings.local.json
Thaddeus Hughes ad1f8719d6 big overhaul
2026-04-05 20:51:43 -05:00

20 lines
521 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:www.mesanet.com)",
"Bash(where pdftotext:*)",
"Bash(where python:*)",
"Bash(where python3:*)",
"Bash(where py:*)",
"Bash(xargs grep:*)",
"WebFetch(domain:linuxcnc.org)",
"WebSearch",
"WebFetch(domain:www.linuxcnc.org)",
"WebFetch(domain:github.com)",
"WebFetch(domain:raw.githubusercontent.com)",
"WebFetch(domain:forum.linuxcnc.org)",
"WebFetch(domain:www.forum.linuxcnc.org)"
]
}
}