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:
@@ -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:*)"
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user