Skip to content

Commit c20760d

Browse files
authored
chore(claude): add vhs permissions to allow and deny lists (#424)
1 parent 050bae3 commit c20760d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.claude/settings.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@
2727
"Bash(make build:*)",
2828
"Bash(make lint:*)",
2929
"Bash(make test:*)",
30+
"Bash(mkdir:*)",
3031
"Bash(tree:*)",
32+
"Bash(vhs:*)",
3133
"WebFetch(domain:docs.slack.dev)",
3234
"WebFetch(domain:github.com)"
33-
]
35+
],
36+
"deny": ["Bash(vhs publish:*)"]
3437
},
3538
"enabledPlugins": {
3639
"gopls-lsp@claude-plugins-official": true

0 commit comments

Comments
 (0)