Skip to content

Commit 5bf76f9

Browse files
committed
Update Claude settings.
1 parent 993c61e commit 5bf76f9

File tree

1 file changed

+24
-2
lines changed

1 file changed

+24
-2
lines changed

.claude/settings.local.json

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,32 @@
11
{
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
23
"permissions": {
34
"allow": [
45
"Bash(bundle exec:*)",
5-
"Bash(bundle install:*)"
6+
"Bash(bundle install:*)",
7+
"Bash(find:*)",
8+
"Bash(grep:*)",
9+
"Bash(jq:*)",
10+
"Bash(ruby:*)",
11+
"Edit",
12+
"Bash(ls:*)",
13+
"Bash(rmdir:*)",
14+
"Bash(true)",
15+
"Bash(mkdir:*)",
16+
"mcp__sequential-thinking__sequentialthinking",
17+
"WebFetch(domain:github.com)",
18+
"mcp__ide__getDiagnostics",
19+
"mcp__context7__resolve-library-id",
20+
"mcp__context7__get-library-docs",
21+
"Bash(make:*)",
22+
"Bash(mv:*)",
23+
"Bash(cd:*)",
24+
"Bash(cp:*)",
25+
"WebSearch",
26+
"Bash(sed:*)",
27+
"Bash(echo:*)"
628
],
729
"deny": [],
8-
"ask": []
30+
"defaultMode": "acceptEdits",
931
}
1032
}

0 commit comments

Comments
 (0)