What problem does it solve? Preparing a Hucode release requires coordinated edits across product.json, CHANGELOG.md, and .changes fragments; doing this by hand risks inconsistent version metadata and stale changelog entries. ## Core Features & Use Cases - Fragment-Backed Releases: Runs the hucode:prepare-release helper to consume .changes fragments, update CHANGELOG.md with the new version section, and bump hucodeVersion in build/hucode/mixin/stable/product.json. - Metadata-Only Bumps: Handles explicit version-only bumps when no change fragments exist, editing only hucodeVersion and running prepare, validate, and precommit checks. - Release Commit Guidance: Produces the conventional commit subject "chore(release): bump Hucode to <version>" scoped to the release artifacts. - Use Case: After merging feature work with .changes fragments, ask for a patch release and get a validated diff covering the changelog entry, version bump, and deleted fragments. ## Quick Start Use the hucode-bump-version skill to bump Hucode to the next patch version and prepare the release metadata.