From 5a2a63e062e9e10f20553886ec622ccdcdd4ecc9 Mon Sep 17 00:00:00 2001 From: Nejc Stebe Date: Mon, 25 May 2026 14:33:24 +0200 Subject: [PATCH] broaden git and github cli permissions for CC --- .claude/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 3b88f824..c12ca8ba 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -13,6 +13,11 @@ "Bash(git status*)", "Bash(git diff*)", "Bash(git log*)", + "Bash(gh issue *)", + "Bash(gh pr *)", + "Bash(gh api *)", + "Bash(gh repo *)", + "Bash(gh run *)", "Bash(ls *)", "Bash(cat *)", "Bash(grep *)",