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:*)",