soulsync/.claude/settings.local.json
2025-11-18 18:58:37 -08:00

16 lines
300 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir:*)",
"Bash(rm:*)",
"Bash(rg:*)",
"Bash(grep:*)",
"WebFetch(domain:python-plexapi.readthedocs.io)",
"Bash(git restore:*)",
"Bash(python3:*)",
"Bash(awk:*)",
"Bash(cat:*)"
],
"deny": []
}
}