Parcourir la source

🔧 chore(settings): update command allowlist in claude settings

- add "Bash(pnpm typecheck:*)" to allowed commands list for type checking operations
yourname il y a 1 mois
Parent
commit
8dd0e1825b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      .claude/settings.local.json

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

@@ -51,7 +51,8 @@
       "Bash(mv:*)",
       "Bash(rm:*)",
       "Bash(git add:*)",
-      "Bash(git commit:*)"
+      "Bash(git commit:*)",
+      "Bash(pnpm typecheck:*)"
     ],
     "deny": [],
     "ask": []