initial commit

This commit is contained in:
2026-06-12 23:10:33 -07:00
commit 34690b3691
13 changed files with 826 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"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 *)"
]
}
}