feat(claude): bump-version Skill hinzugefügt

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>
This commit is contained in:
2026-05-14 18:52:59 +02:00
parent 8aed8b7e8b
commit c29505fac8
3 changed files with 112 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
{
"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:*)"
]
}
}