A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules

Add eslint and git add to allowed commands

Changed files
+4 -2
.claude
+4 -2
.claude/settings.local.json
··· 8 8 "mcp__git-mcp-server__git_checkout", 9 9 "Bash(bun run lint:*)", 10 10 "mcp__git-mcp-server__git_commit", 11 - "mcp__git-mcp-server__git_push" 11 + "mcp__git-mcp-server__git_push", 12 + "Bash(bunx eslint:*)", 13 + "mcp__git-mcp-server__git_add" 12 14 ], 13 15 "ask": [ 14 16 "curl" ··· 18 20 "enabledMcpjsonServers": [ 19 21 "git-mcp-server" 20 22 ] 21 - } 23 + }