Complete and merge current release development
/plugin marketplace add FradSer/dotclaude/plugin install git@fradser-dotagentclaude-haiku-4-5-20251001## Context - Current branch: !`git branch --show-current` - Existing release branches: !`git branch --list 'release/*' | sed 's/^..//'` - Git status: !`git status --porcelain` - Recent commits: !`git log --oneline -5` - Test commands available: Detect available testing frameworks for this project - Current version: Check version information in project configuration files ## Requirements - Release branches must follow the `release/<version>` naming pattern and encode the target semantic version. - Update changelog and README documentation before completing the release. - Execute the full ...