Explorar o código

🔧 chore(claude): add local settings configuration file

- create .claude/settings.local.json to configure permission settings
- allow Bash mkdir command execution in permissions configuration
yourname hai 7 meses
pai
achega
ae650e079f
Modificáronse 1 ficheiros con 9 adicións e 0 borrados
  1. 9 0
      .claude/settings.local.json

+ 9 - 0
.claude/settings.local.json

@@ -0,0 +1,9 @@
+{
+  "permissions": {
+    "allow": [
+      "Bash(mkdir:*)"
+    ],
+    "deny": [],
+    "ask": []
+  }
+}