From 76d12060aa46bbde891b6a985a58ff4855ec9c07 Mon Sep 17 00:00:00 2001 From: goodboy Date: Thu, 23 Apr 2026 16:48:06 -0400 Subject: [PATCH] Claude-perms: ensure /commit-msg files can be written! --- .claude/settings.local.json | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/.claude/settings.local.json b/.claude/settings.local.json index abb6bc30..ac895510 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -1,8 +1,16 @@ { "permissions": { "allow": [ - "Bash(date *)", "Bash(cp .claude/*)", + "Read(.claude/**)", + "Read(.claude/skills/run-tests/**)", + "Write(.claude/**/*commit_msg*)", + "Write(.claude/git_commit_msg_LATEST.md)", + "Skill(run-tests)", + "Skill(close-wkt)", + "Skill(open-wkt)", + "Skill(prompt-io)", + "Bash(date *)", "Bash(git diff *)", "Bash(git log *)", "Bash(git status)", @@ -23,14 +31,12 @@ "Bash(UV_PROJECT_ENVIRONMENT=py* uv sync:*)", "Bash(UV_PROJECT_ENVIRONMENT=py* uv run:*)", "Bash(echo EXIT:$?:*)", - "Write(.claude/*commit_msg*)", - "Write(.claude/git_commit_msg_LATEST.md)", - "Skill(run-tests)", - "Skill(close-wkt)", - "Skill(open-wkt)", - "Skill(prompt-io)" + "Bash(echo \"EXIT=$?\")", + "Read(//tmp/**)" ], "deny": [], "ask": [] - } + }, + "prefersReducedMotion": false, + "outputStyle": "default" }