Skip to content

Commit 8c0594b

Browse files
committed
feat(settings): add base64 and jq commands to allowed Bash permissions
1 parent 37f2d0b commit 8c0594b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,9 @@
204204
"Bash(gh workflow:*)",
205205
"Bash(pnpm -F @pairux/web typecheck:*)",
206206
"Bash(./.husky/pre-commit)",
207-
"Bash(gh release edit:*)"
207+
"Bash(gh release edit:*)",
208+
"Bash(base64:*)",
209+
"Bash(jq -r '.version' echo -e \"\\\\n=== Gentoo ===\")"
208210
],
209211
"deny": [
210212
"Bash(npm *)",

0 commit comments

Comments
 (0)