Преглед на файлове

🔧 chore(claude): update allowed bash commands in settings

- add "pnpm typecheck" to allowed bash commands list
- maintain proper JSON array formatting with trailing comma
yourname преди 2 месеца
родител
ревизия
1eef1f9e79
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. 2 1
      .claude/settings.local.json

+ 2 - 1
.claude/settings.local.json

@@ -28,7 +28,8 @@
       "Bash(node:*)",
       "Bash(pnpm run db:backup:latest:*)",
       "Bash(done)",
-      "Bash(do sed -i '8d' \"$file\")"
+      "Bash(do sed -i '8d' \"$file\")",
+      "Bash(pnpm typecheck)"
     ],
     "deny": [],
     "ask": []