浏览代码

🔧 chore(claude): update allowed bash commands

- add tree command support to allowed bash commands list
yourname 1 月之前
父节点
当前提交
1b5da9a766
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .claude/settings.local.json

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

@@ -46,7 +46,8 @@
       "Bash(pnpm install:*)",
       "Bash(cat:*)",
       "Bash(pnpm test:integration:*)",
-      "Bash(pnpm --filter:*)"
+      "Bash(pnpm --filter:*)",
+      "Bash(tree:*)"
     ],
     "deny": [],
     "ask": []