What’s New

gstack 1.57.3.0

1.57.3.0

Every PR `/ship` opens gets the version stamped into its title, fork and agent PRs included.

Changed
  • The rule is now in the always-loaded part of the skill with a guard to keep it there
  • The /ship command stamps vX.Y.Z.W onto the title of every PR or MR it creates or updates
  • The rule now lives in the always-loaded core of the ship skill instead of an on-demand section so the agent applies it regardless of which section is opened
  • CI workflow now rewrites PR titles to match VERSION on every PR that bumps the version, including fork and agent PRs

The rule rides in the always-loaded part of the skill now, and a guard keeps it there. /ship stamps vX.Y.Z.W onto the title of every PR or MR it creates or updates, so the version is the first thing you read in the PR list. That rule now lives in the always-loaded core of the ship skill instead of an on-demand section, so the agent applies it whether or not it opened the section that spells out the full procedure. A CI workflow backs this up: it rewrites a title to match VERSION on every PR that bumps the version, and it now reaches fork and agent PRs too.

View original