c29505fac8
Neuer projektspezifischer Skill, der bei Commit-Anfragen automatisch fragt ob die Version (pyproject.toml, SemVer) mit gebumpt werden soll, und bei direkten Release-Anfragen Version + Commit + Git-Tag erstellt. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
22 lines
763 B
JSON
22 lines
763 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(git add:*)",
|
|
"Bash(git commit -m ':*)",
|
|
"Bash(bash C:/Users/vgraf/.claude/plugins/cache/claude-plugins-official/superpowers/5.0.7/scripts/start-server.sh --project-dir /c/Users/vgraf/git/whisper-local)",
|
|
"Bash(bash \"C:/Users/vgraf/.claude/plugins/cache/claude-plugins-official/superpowers/5.0.7/skills/brainstorming/scripts/start-server.sh\" --project-dir /c/Users/vgraf/git/whisper-local)",
|
|
"Bash(git commit:*)",
|
|
"Bash(git check-ignore:*)",
|
|
"Bash(git worktree:*)",
|
|
"Bash(uv run:*)",
|
|
"Bash(uv lock:*)",
|
|
"Bash(python -c ':*)",
|
|
"Bash(python3)",
|
|
"Bash(git checkout:*)",
|
|
"Bash(git pull:*)",
|
|
"WebSearch",
|
|
"Bash(git tag:*)"
|
|
]
|
|
}
|
|
}
|