- create .claude/settings.local.json to configure permission settings - allow Bash mkdir command execution in permissions configuration
@@ -0,0 +1,9 @@
+{
+ "permissions": {
+ "allow": [
+ "Bash(mkdir:*)"
+ ],
+ "deny": [],
+ "ask": []
+ }
+}