Browse Source

chore: Add nc, curl, npm update to allowed bash commands

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0xDarkMatter 3 months ago
parent
commit
9cbfdaef03
1 changed files with 4 additions and 1 deletions
  1. 4 1
      .claude/settings.local.json

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

@@ -53,7 +53,10 @@
       "Bash(perplexity:*)",
       "Bash(findstr:*)",
       "Bash(claude --version:*)",
-      "Bash(claude:*)"
+      "Bash(claude:*)",
+      "Bash(nc:*)",
+      "Bash(curl:*)",
+      "Bash(npm update:*)"
     ],
     "deny": [],
     "ask": []