chore(claude): add Roslyn Bridge skill read permission

Enable auto-approval for reading files from the Roslyn Bridge skill
directory to streamline C# code analysis workflow.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2025-10-29 15:29:38 -04:00
parent d03eae40e7
commit 5ff189cc7e

View File

@@ -6,7 +6,11 @@
"Bash(curl:*)",
"Bash(dotnet:*)",
"Bash(rm:*)",
"Bash(powershell:*)"
"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": []