Compare commits

...
1 Commits
Author SHA1 Message Date
tgrosinger 12333cc485 Claude: Add allowed write dirs for voyager 2026-08-31 20:16:29 -07:00
+8 -3
View File
@@ -119,15 +119,20 @@
"allowWrite": [ "allowWrite": [
"~/.local/share/pnpm", "~/.local/share/pnpm",
"~/.cache/pnpm", "~/.cache/pnpm",
"~/Documents/Atrium" "~/Documents/Atrium",
"/tachi/docker/atribot/vault"
], ],
"denyRead": [ "denyRead": [
"~/.ssh", "~/.ssh",
"~/.config/Signal", "~/.config/Signal",
"~/Documents" "~/Documents",
"/tachi/backups",
"/tachi/documents",
"/tachi/docker"
], ],
"allowRead": [ "allowRead": [
"~/Documents/Atrium" "~/Documents/Atrium",
"/tachi/docker/atribot/vault"
] ]
}, },
"excludedCommands": [ "excludedCommands": [