Files
PepApi.Core/.claude/settings.local.json
AJ Isaacs 5ff189cc7e 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>
2025-10-29 15:29:38 -04:00

19 lines
856 B
JSON

{
"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": []
}
}