Commit 4a144f2
committed
fix: add explicit bash command permissions to releaserator skill
The skill permission checker requires explicit bash command patterns.
Plain 'Bash' in allowed-tools doesn't grant unrestricted access.
Added Bash(git:*), Bash(gh:*), Bash(command:*), Bash(test:*) to allow
the specific commands releaserator needs.1 parent e1db42c commit 4a144f2
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments