瀏覽代碼

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

- add "Bash(pnpm typecheck:*)" to allowed commands list for type checking operations
yourname 1 月之前
父節點
當前提交
8dd0e1825b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .claude/settings.local.json

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

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