claude-meta/home-claude/settings.json

60 lines
1.5 KiB
JSON

{
"permissions": {
"allow": [
"Bash(dotnet build:*)",
"Bash(dotnet test:*)",
"Bash(dotnet run:*)",
"Bash(dotnet new:*)",
"Bash(dotnet sln:*)",
"Bash(dotnet add:*)",
"Bash(dotnet remove:*)",
"Bash(dotnet restore:*)",
"Bash(dotnet clean:*)",
"Bash(dotnet list:*)",
"Bash(dotnet ef:*)",
"Bash(dotnet script:*)",
"Bash(dotnet build-server:*)",
"Bash(dotnet user-secrets:*)",
"Bash(dotnet decompile:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git mv:*)",
"Bash(git checkout:*)",
"Bash(git -c core.quotepath=off status)",
"Bash(powershell:*)",
"Bash(powershell -Command:*)",
"Bash(python:*)",
"Bash(gemini:*)",
"Bash(dir:*)",
"Bash(ls:*)",
"Bash(find:*)",
"Bash(grep:*)",
"Bash(findstr:*)",
"Bash(mkdir:*)",
"Bash(del:*)",
"Bash(rd:*)",
"Bash(xxd:*)",
"Bash(tee:*)",
"Bash(xargs:*)",
"Bash(test:*)",
"Bash(timeout:*)",
"Bash(Select-String:*)",
"Bash(Select-Object:*)",
"Bash(Out-File:*)",
"Bash(Out-String)",
"WebSearch",
"WebFetch(domain:github.com)",
"WebFetch(domain:www.nuget.org)",
"WebFetch(domain:mudblazor.com)",
"WebFetch(domain:laytech-ag.github.io)"
],
"defaultMode": "acceptEdits"
},
"enabledPlugins": {
"csharp-lsp@claude-plugins-official": true
},
"alwaysThinkingEnabled": true,
"effortLevel": "low",
"model": "sonnet"
}