We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f974978 commit 86c7da6Copy full SHA for 86c7da6
1 file changed
.claude/settings.json
@@ -23,6 +23,7 @@
23
"Bash(git rev-parse:*)",
24
"Bash(git fetch:*)",
25
"Bash(git show:*)",
26
+ "Bash(git remote get-url:*)",
27
28
"Bash(brew search:*)",
29
"Bash(brew info:*)",
@@ -34,12 +35,15 @@
34
35
"Bash(gh run view:*)",
36
37
"Bash(wc:*)",
- "Bash(man:*)"
38
+ "Bash(man:*)",
39
+
40
+ "Bash(mkdir -p:*)"
41
],
42
"deny": ["Bash(rm -rf /:*)"],
43
"ask": [
44
"Bash(gh pr view --web:*)",
- "Bash(rm -rf .:*)",
45
+ "Bash(rm -rf:*)",
46
+ "Bash(chmod:*)",
47
"Bash(git push --force:*)",
48
"Bash(git push -f:*)",
49
"Bash(git push --force-with-lease:*)",
0 commit comments