diff options
Diffstat (limited to '.claude/settings.local.json')
| -rw-r--r-- | .claude/settings.local.json | 4 |
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": [] }, |
