tangled
alpha
login
or
join now
skywatch.blue
/
skywatch-automod
7
fork
atom
A tool for parsing traffic on the jetstream and applying a moderation workstream based on regexp based rules
7
fork
atom
overview
issues
pulls
pipelines
Add eslint and git add to allowed commands
D. Scarnecchia
7 months ago
8781f44c
5a3fa2dd
+4
-2
1 changed file
expand all
collapse all
unified
split
.claude
settings.local.json
+4
-2
.claude/settings.local.json
reviewed
···
8
8
"mcp__git-mcp-server__git_checkout",
9
9
"Bash(bun run lint:*)",
10
10
"mcp__git-mcp-server__git_commit",
11
11
-
"mcp__git-mcp-server__git_push"
11
11
+
"mcp__git-mcp-server__git_push",
12
12
+
"Bash(bunx eslint:*)",
13
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
21
-
}
23
23
+
}