From 5ff189cc7e4cca7e3903491b0b8d95daa6118ba9 Mon Sep 17 00:00:00 2001 From: AJ Isaacs Date: Wed, 29 Oct 2025 15:29:38 -0400 Subject: [PATCH] chore(claude): add Roslyn Bridge skill read permission MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- .claude/settings.local.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 6d350ef..eb34e19 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -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 \nEOF\n)\")", + "Bash(git commit:*)" ], "deny": [], "ask": []