Skip to content

Commit 80caec6

Browse files
committed
Add Claude settings with default permissions
Add .claude/settings.json to configure the Claude integration. Sets defaultMode to dontAsk and grants allowed permissions for Bash (dotnet/git/gh), Read/Edit/Write, Glob, Grep, WebFetch, and mcp__*; deny list is empty.
1 parent 995924f commit 80caec6

1 file changed

Lines changed: 19 additions & 0 deletions

File tree

.claude/settings.json

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
3+
"defaultMode": "dontAsk",
4+
"permissions": {
5+
"allow": [
6+
"Bash(dotnet *)",
7+
"Bash(git *)",
8+
"Bash(gh *)",
9+
"Read",
10+
"Edit",
11+
"Write",
12+
"Glob",
13+
"Grep",
14+
"WebFetch",
15+
"mcp__*"
16+
],
17+
"deny": []
18+
}
19+
}

0 commit comments

Comments
 (0)