Add auto-approve permissions for roslyn-bridge skill, curl commands, and dotnet build variants to improve Claude Code workflow efficiency. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
23 lines
609 B
JSON
23 lines
609 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit:*)",
|
|
"Bash(dotnet ef migrations:*)",
|
|
"Bash(dotnet ef database:*)",
|
|
"Bash(mkdir \"C:\\Users\\AJ\\Desktop\\MoneyMap\\MoneyMap\\Prompts\")",
|
|
"Bash(dotnet build)",
|
|
"Bash(dotnet build --no-restore /p:UseAppHost=false)",
|
|
"Bash(dotnet build /property:UseAppHost=false)",
|
|
"Bash(git reset --soft d0f4b42)",
|
|
"Bash(git reset HEAD)",
|
|
"Skill(roslyn-bridge)",
|
|
"Bash(curl:*)",
|
|
"Bash(dotnet build:*)"
|
|
],
|
|
"deny": [],
|
|
"ask": []
|
|
},
|
|
"spinnerTipsEnabled": false
|
|
}
|