Skip to content

Commit 161dd9b

Browse files
adrianriobojrusz
authored andcommitted
fix: claude allow permissions too strict for bash
we need to allow bash to run our tools and scripts from skills. This commit allows any bash command to be executed in non interactive mode, this can be improved in the future to limit only ot our tools and scripts from skills Signed-off-by: Adrian Riobo <ariobolo@redhat.com>
1 parent 6a72dd4 commit 161dd9b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

conf/.claude/settings.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"Skill(claudio-plugin:gitlab-job-analyzer)",
77
"Skill(claudio-plugin:konflux-release)",
88
"Skill(claudio-plugin:slack-utilities)",
9-
"Bash(ls *)",
10-
"Read(//home/claudio/.claude/**)"
9+
"Bash(*)",
10+
"Read(/home/claudio/.claude/**)"
1111
],
1212
"deny": [],
1313
"ask": []

0 commit comments

Comments
 (0)