Skip to content

v0.6.1

Latest

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 23 Jun 14:33
· 128 commits to main since this release
d92d149

Patch release: a clearer name for the update command, and releases are now version-guarded.

  • /update/update-agent-scaffolding (#7) — a precise name for the command that refreshes the agent-native scaffolding. On a project's next update the old /update is removed and the renamed one created automatically — no action needed.
  • Release version guard (#8) — task release now checks the bump against the migration registry (reusing the update gate's own breaking_series), so a breaking change can't ship with a compatible label. Dev tooling; no effect on generated projects. This release is the first cut through it.