Skip to content

Commit d6ea92c

Browse files
pawelniewieclaude
andcommitted
Slim down Claude Code settings, move common permissions to global config
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f59a32a commit d6ea92c

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.claude/settings.local.json

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
22
"permissions": {
33
"allow": [
4-
"Bash(npm install)",
54
"Bash(node bin/funcli.js:*)",
6-
"Bash(npm test)",
7-
"Bash(git add:*)",
8-
"WebSearch",
9-
"Bash(npm install:*)",
105
"Bash(npm run lint:*)",
11-
"Bash(npm run test:integration:up:*)",
126
"Bash(npm run test:integration:*)"
137
]
148
},
15-
"enableAllProjectMcpServers": true,
169
"enabledMcpjsonServers": [
17-
"task-master-ai",
18-
"github",
19-
"atlassian",
20-
"playwright"
10+
"github"
2111
]
2212
}

0 commit comments

Comments
 (0)