2
0
Эх сурвалжийг харах

🔧 chore(claude): update allowed bash commands

- add tree command support to allowed bash commands list
yourname 1 сар өмнө
parent
commit
1b5da9a766

+ 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": []