Files
scraper/.claude/settings.local.json
T
2026-06-13 13:27:29 -07:00

23 lines
490 B
JSON

{
"permissions": {
"allow": [
"WebFetch(domain:theguardian.com)",
"Bash(curl *)",
"WebFetch(domain:www.theguardian.com)",
"Bash(python3 *)",
"Bash(pip3 install *)",
"Bash(pkill -f reader.py)",
"Bash(pip list *)",
"Bash(ffmpeg *)",
"Bash(pip3 show *)",
"Bash(ping *)",
"WebSearch",
"Bash(python *)",
"Bash(pip show *)",
"Bash(espeak-ng *)",
"Bash(docker --version)",
"Bash(*)"
]
}
}