Update local settings

This commit is contained in:
Derek Slenk 2025-07-15 23:57:03 -04:00
parent 0e26e3945b
commit eae994b32e

View file

@ -1,9 +1,13 @@
{ {
"permissions": { "permissions": {
"allow": [ "allow": [
"Bash(find:*)", "Bash(find:*)",
"Bash(ls:*)" "Bash(ls:*)",
], "Bash(git pull:*)",
"deny": [] "Bash(git remote set-url:*)",
} "Bash(git add:*)",
"Bash(git commit:*)"
],
"deny": []
}
} }