Explorar o código

🔧 chore(claude): update allowed bash commands

- add tree command support to allowed bash commands list
yourname hai 1 mes
pai
achega
1b5da9a766
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      .claude/settings.local.json

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

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