Start new hotfix or continue existing hotfix development
/plugin marketplace add dubuqingfeng/dotfiles/plugin install dubuqingfeng-git-coding-agent-dist-claude-plugins-git@dubuqingfeng/dotfileshotfix descriptionclaude-haiku-4-5-20251001## Context - Current branch: !`git branch --show-current` - Existing hotfix branches: List all hotfix branches - Latest tag: !`git tag --list --sort=-creatordate | head -1` - Current version from main: Inspect version files on the main branch - Git status: !`git status --porcelain` ## Requirements - Hotfix branches must use the `hotfix/` prefix and represent patch-level fixes. - Increment the patch version automatically if none is provided and update version files. - Keep scope limited to critical production fixes before publishing. - **Use atomic commits for logical units of work**: Eac...