- add tree command support to allowed bash commands list
@@ -46,7 +46,8 @@
"Bash(pnpm install:*)",
"Bash(cat:*)",
"Bash(pnpm test:integration:*)",
- "Bash(pnpm --filter:*)"
+ "Bash(pnpm --filter:*)",
+ "Bash(tree:*)"
],
"deny": [],
"ask": []