From 448cb9cee02c2dc8c11e48f017cbc0da6bfcb977 Mon Sep 17 00:00:00 2001 From: anti Date: Mon, 13 Apr 2026 07:45:12 -0400 Subject: [PATCH] chore: untrack .claude/settings.local.json (already covered by .gitignore) --- .claude/settings.local.json | 29 ----------------------------- 1 file changed, 29 deletions(-) delete mode 100644 .claude/settings.local.json diff --git a/.claude/settings.local.json b/.claude/settings.local.json deleted file mode 100644 index 2a14d3a..0000000 --- a/.claude/settings.local.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "permissions": { - "allow": [ - "mcp__plugin_context-mode_context-mode__ctx_batch_execute", - "mcp__plugin_context-mode_context-mode__ctx_search", - "Bash(grep:*)", - "Bash(python -m pytest --tb=short -q)", - "Bash(pip install:*)", - "Bash(pip show:*)", - "Bash(python:*)", - "Bash(DECNET_JWT_SECRET=\"test-secret-xyz-1234!\" DECNET_ADMIN_PASSWORD=\"test-pass-xyz-1234!\" python:*)", - "Bash(ls /home/anti/Tools/DECNET/*.db* /home/anti/Tools/DECNET/test_*.db*)", - "mcp__plugin_context-mode_context-mode__ctx_execute_file", - "Bash(nc)", - "Bash(nmap:*)", - "Bash(ping -c1 -W2 192.168.1.200)", - "Bash(xxd)", - "Bash(curl -s http://192.168.1.200:2375/version)", - "Bash(python3 -m json.tool)", - "Bash(curl -s http://192.168.1.200:9200/)", - "Bash(docker image:*)", - "Read(//home/anti/Tools/cowrie/src/cowrie/data/txtcmds/**)", - "Read(//home/anti/Tools/cowrie/src/cowrie/data/txtcmds/bin/**)", - "mcp__plugin_context-mode_context-mode__ctx_index", - "Bash(ls:*)", - "mcp__plugin_context-mode_context-mode__ctx_execute" - ] - } -}