Update Claude Code tool permissions for git operations
Add auto-approval for common git commands (add, commit, mv) and tree command to streamline development workflow. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
{
|
||||
"permissions": {
|
||||
"allow": [
|
||||
"Skill(roslyn-bridge)",
|
||||
"Bash(powershell -File:*)",
|
||||
"Bash(curl:*)",
|
||||
"Bash(dotnet:*)",
|
||||
"Bash(rm:*)",
|
||||
"Bash(powershell:*)",
|
||||
"Read(//c/Users/aisaacs/.claude/skills/roslyn-bridge/**)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit -m \"$(cat <<''EOF''\nfix(core): improve null safety and default values in PepHelper\n\n- Add null-conditional operator for dwg.QtyRequired (dwg?.QtyRequired ?? 0)\n- Use string.Empty instead of null for plate names\n- Remove unused using statements\n\nThese changes prevent potential null reference exceptions and provide\nbetter default values.\n\n🤖 Generated with [Claude Code](https://claude.com/claude-code)\n\nCo-Authored-By: Claude <noreply@anthropic.com>\nEOF\n)\")",
|
||||
"Bash(git commit:*)"
|
||||
],
|
||||
"deny": [],
|
||||
"ask": []
|
||||
}
|
||||
}
|
||||
3
.gitignore
vendored
3
.gitignore
vendored
@@ -30,3 +30,6 @@ _ReSharper*/
|
||||
.vs/
|
||||
#Nuget packages folder
|
||||
packages/
|
||||
|
||||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user