summaryrefslogtreecommitdiff
path: root/.claude/settings.local.json
diff options
context:
space:
mode:
Diffstat (limited to '.claude/settings.local.json')
-rw-r--r--.claude/settings.local.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json
index eb8ba96..0031e6f 100644
--- a/.claude/settings.local.json
+++ b/.claude/settings.local.json
@@ -2,7 +2,9 @@
"permissions": {
"allow": [
"Bash(rm:*)",
- "Bash(chmod:*)"
+ "Bash(chmod:*)",
+ "Bash(mkdir:*)",
+ "Bash(mv:*)"
],
"deny": []
},