Skip to content

Commit 8b3ee84

Browse files
marcstraubeclaude
andauthored
chore: update Claude Code project settings (#76)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent f1a0599 commit 8b3ee84

1 file changed

Lines changed: 24 additions & 29 deletions

File tree

.claude/settings.json

Lines changed: 24 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,45 +1,40 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(pnpm install)",
4+
"Bash(make:*)",
5+
"Bash(pnpm install:*)",
56
"Bash(pnpm add:*)",
67
"Bash(pnpm update:*)",
7-
"Bash(pnpm run build:*)",
8-
"Bash(pnpm run test:*)",
9-
"Bash(pnpm run typecheck:*)",
10-
"Bash(pnpm run lint:*)",
11-
"Bash(pnpm run format:*)",
12-
"Bash(pnpm run quality:*)",
13-
"Bash(pnpm run docs:*)",
8+
"Bash(pnpm run:*)",
149
"Bash(pnpm test:*)",
15-
"Bash(pnpm exec tsc:*)",
16-
"Bash(pnpm exec vitest:*)",
17-
"Bash(pnpm exec eslint:*)",
18-
"Bash(pnpm exec prettier:*)",
19-
"Bash(npx eslint:*)",
20-
"Bash(npx tsc:*)",
21-
"Bash(npm run build:*)",
22-
"Bash(npm run test:*)",
23-
"Bash(npm run typecheck:*)",
24-
"Bash(npm run lint:*)",
10+
"Bash(pnpm exec:*)",
11+
"Bash(pnpm audit:*)",
2512
"Bash(git add:*)",
2613
"Bash(git commit:*)",
2714
"Bash(git diff:*)",
15+
"Bash(git log:*)",
16+
"Bash(git status:*)",
17+
"Bash(git fetch:*)",
18+
"Bash(git checkout:*)",
19+
"Bash(git branch:*)",
20+
"Bash(git rebase:*)",
21+
"Bash(git stash:*)",
22+
"Bash(git push:*)",
2823
"Bash(git reset:*)",
2924
"Bash(git rm:*)",
3025
"Bash(git mv:*)",
31-
"Bash(ls:*)",
32-
"Bash(cat:*)",
33-
"Bash(grep:*)",
34-
"Bash(find:*)",
35-
"Bash(wc:*)",
26+
"Bash(gh pr:*)",
27+
"Bash(gh issue:*)",
28+
"Bash(gh label:*)",
29+
"Bash(gh run:*)",
3630
"Bash(gh api:*)",
37-
"Bash(gh run list:*)",
38-
"Bash(gh run view:*)",
39-
"WebSearch",
40-
"WebFetch(domain:github.com)",
41-
"WebFetch(domain:gist.github.com)",
42-
"mcp__ide__getDiagnostics"
31+
"Bash(ls:*)",
32+
"Bash(wc:*)"
4333
]
34+
},
35+
"enabledPlugins": {
36+
"socket-inspect@socket-skills": true,
37+
"socket-fix@socket-skills": true,
38+
"socket-scan@socket-skills": true
4439
}
4540
}

0 commit comments

Comments
 (0)