Skip to content

Commit 757af2c

Browse files
committed
đź”§ update: add additional Bash permissions for GitHub CLI and npm commands
1 parent 462c944 commit 757af2c

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

‎.claude/settings.local.json‎

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,20 @@
1111
"Bash(npm pack:*)",
1212
"Bash(git add:*)",
1313
"Bash(pkill:*)",
14-
"Bash(true)"
14+
"Bash(true)",
15+
"Bash(git checkout:*)",
16+
"Bash(git merge:*)",
17+
"Bash(git push:*)",
18+
"Bash(git tag:*)",
19+
"Bash(npm info:*)",
20+
"Bash(gh repo view:*)",
21+
"Bash(gh repo edit:*)",
22+
"Bash(gh release:*)",
23+
"Bash(gh run list:*)",
24+
"Bash(gh run rerun:*)",
25+
"Bash(gh run view:*)",
26+
"Bash(npm version:*)",
27+
"Bash(git commit:*)"
1528
],
1629
"additionalDirectories": [
1730
"D:\\d\\1A-Personal\\D-Learnings\\1-Projects"

0 commit comments

Comments
 (0)