Skip to content

Commit 86c7da6

Browse files
committed
fix: update file permissions to include remote URL retrieval and mkdir command
1 parent f974978 commit 86c7da6

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

.claude/settings.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"Bash(git rev-parse:*)",
2424
"Bash(git fetch:*)",
2525
"Bash(git show:*)",
26+
"Bash(git remote get-url:*)",
2627

2728
"Bash(brew search:*)",
2829
"Bash(brew info:*)",
@@ -34,12 +35,15 @@
3435
"Bash(gh run view:*)",
3536

3637
"Bash(wc:*)",
37-
"Bash(man:*)"
38+
"Bash(man:*)",
39+
40+
"Bash(mkdir -p:*)"
3841
],
3942
"deny": ["Bash(rm -rf /:*)"],
4043
"ask": [
4144
"Bash(gh pr view --web:*)",
42-
"Bash(rm -rf .:*)",
45+
"Bash(rm -rf:*)",
46+
"Bash(chmod:*)",
4347
"Bash(git push --force:*)",
4448
"Bash(git push -f:*)",
4549
"Bash(git push --force-with-lease:*)",

0 commit comments

Comments
 (0)