86 lines
2.2 KiB
JSON
86 lines
2.2 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,
|
|
"frontend-design@claude-plugins-official": true,
|
|
"superpowers@claude-plugins-official": true,
|
|
"code-review@claude-plugins-official": true,
|
|
"code-simplifier@claude-plugins-official": true,
|
|
"playwright@claude-plugins-official": true,
|
|
"claude-md-management@claude-plugins-official": true
|
|
},
|
|
"language": "German",
|
|
"alwaysThinkingEnabled": true,
|
|
"effortLevel": "high",
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"@playwright/mcp@latest",
|
|
"--browser",
|
|
"chromium",
|
|
"--headed"
|
|
]
|
|
},
|
|
"postgres": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@modelcontextprotocol/server-postgres",
|
|
"postgresql://krah:krah_dev_pw@localhost:5432/krah_prodb"
|
|
]
|
|
}
|
|
},
|
|
"voiceEnabled": true
|
|
}
|