Skip to content

Commit 0b55fe3

Browse files
committed
Broaden Claude Code permissions for git and gh CLI commands
Replace individual git subcommand patterns (status, diff, log) with a single git wildcard, and add gh CLI permission for GitHub operations.
1 parent 4fe4819 commit 0b55fe3

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.claude/settings.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,8 @@
1010
"Bash(flake8 *)",
1111
"Bash(mypy *)",
1212
"Bash(coverage *)",
13-
"Bash(git status*)",
14-
"Bash(git diff*)",
15-
"Bash(git log*)",
13+
"Bash(git *)",
14+
"Bash(gh *)",
1615
"Bash(ls *)",
1716
"Bash(cat *)",
1817
"Bash(grep *)",

0 commit comments

Comments
 (0)