diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 07:08:29 +0000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-04-03 07:08:29 +0000 |
| commit | eccd9912ca52a245922a2984e3f88603ac42ef8f (patch) | |
| tree | 5d7cc07576e138dc249bfb50f4c27ca23540483d /.claude | |
| parent | bf2223827c53fbc0e77d1af2a7d4654a7c248ee0 (diff) | |
chore: allow gh:* in settings to stop permission prompts
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to '.claude')
| -rw-r--r-- | .claude/settings.local.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.claude/settings.local.json b/.claude/settings.local.json index 4fe9a49..d8a1091 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.local.json @@ -58,6 +58,7 @@ "Bash(adb logcat:*)", "Bash(grep -v \"^--$\")", "Bash(./gradlew assembleDebug)", + "Bash(gh:*)", "Skill(commit-commands:commit-push-pr)", "Skill(code-review:code-review)" ] |
