Skip to content

Commit 4a144f2

Browse files
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

File tree

skills/releaserator/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: releaserator
33
description: Generate semantic versioned releases with changelog and GitHub releases
4-
allowed-tools: Read, Write, Edit, Bash, Grep, Glob, AskUserQuestion
4+
allowed-tools: Read, Write, Edit, Bash(git:*), Bash(gh:*), Bash(command:*), Bash(test:*), Grep, Glob, AskUserQuestion
55
---
66

77
# Releaserator Skill

0 commit comments

Comments
 (0)