From 4efe6266091f603c893cf246a6c7883e6c9c26ce Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sun, 25 Jan 2026 14:30:25 +0000 Subject: [PATCH] chore(claude): add bash permissions for gh, git, and pnpm commands Co-Authored-By: Claude Opus 4.5 --- claude/settings.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/claude/settings.json b/claude/settings.json index 1ea3f6d..cb22bae 100644 --- a/claude/settings.json +++ b/claude/settings.json @@ -13,9 +13,14 @@ "Bash(gem list:*)", "Bash(gh issue view:*)", "Bash(gh pr diff:*)", + "Bash(gh pr list:*)", "Bash(gh pr view:*)", + "Bash(gh repo view:*)", "Bash(git add:*)", + "Bash(git log:*)", + "Bash(git rev-parse:*)", "Bash(git show:*)", + "Bash(git status:*)", "Bash(go build:*)", "Bash(go get:*)", "Bash(go mod init:*)", @@ -29,6 +34,12 @@ "Bash(pnpm build:*)", "Bash(pnpm install:*)", "Bash(pnpm lint:*)", + "Bash(pnpm run build:*)", + "Bash(pnpm run check-types:*)", + "Bash(pnpm run compile)", + "Bash(pnpm run lint:*)", + "Bash(pnpm run lint:fix:*)", + "Bash(pnpm run test:*)", "Bash(pnpm test:*)", "Bash(pnpm typecheck:*)", "Bash(wc:*)",