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>
10 lines
135 B
JSON
10 lines
135 B
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Skill(bump-version)",
|
|
"Skill(bump-version:*)",
|
|
"Bash(git branch *)"
|
|
]
|
|
}
|
|
}
|