Config: add Claude Code auto-approve permissions

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>
This commit is contained in:
AJ
2025-10-25 22:54:10 -04:00
parent 1509bcd130
commit 51a51f9b27

View File

@@ -10,7 +10,10 @@
"Bash(dotnet build --no-restore /p:UseAppHost=false)",
"Bash(dotnet build /property:UseAppHost=false)",
"Bash(git reset --soft d0f4b42)",
"Bash(git reset HEAD)"
"Bash(git reset HEAD)",
"Skill(roslyn-bridge)",
"Bash(curl:*)",
"Bash(dotnet build:*)"
],
"deny": [],
"ask": []