Files
scraper/.claude/settings.local.json
T
2026-06-12 23:10:33 -07:00

21 lines
441 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 *)"
]
}
}