Skip to content

Commit 58dacee

Browse files
chore(repo): Add Claude Code settings with basic permissions
Adds .claude/settings.json to enable Claude Code with: - Basic bash commands (find, ls, git, grep, mv) - WebFetch access to GitHub and Sentry documentation sites Co-Authored-By: Claude Sonnet 4.5 <[email protected]>
1 parent 94bff8d commit 58dacee

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.claude/settings.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(find:*)",
5+
"Bash(ls:*)",
6+
"Bash(git:*)",
7+
"WebFetch(domain:github.com)",
8+
"WebFetch(domain:docs.sentry.io)",
9+
"WebFetch(domain:develop.sentry.dev)",
10+
"Bash(grep:*)",
11+
"Bash(mv:*)"
12+
],
13+
"deny": []
14+
}
15+
}

0 commit comments

Comments
 (0)