Skip to content

Releases: luca-mastrostefano/agent-native-setup

v0.6.1

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 23 Jun 14:33
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.

v0.6.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 23 Jun 13:07
e571c82

First release with the update capability — a scaffolded project can now be refreshed to a newer release instead of frozen at the version that generated it.

Breaking (0.x): the contract is now split. AGENTS.md becomes a thin project map and the standard engineering principles move into a managed INSTRUCTION.md. Projects scaffolded before 0.6.0: run agent-native-setup update (or /update) — it's gated, walks you through the split, and is non-destructive (it never overwrites your edits).

What's new

  • agent-native-setup update — regenerate + classify: refresh pristine managed files, never touch seed (user-owned) files, report your edits as conflicts to reconcile, remove pristine orphans. --dry-run previews; git is the review surface and undo.
  • Version-driven gate — semver as a difficulty contract. Compatible updates (same breaking series) are autopilot; crossing a boundary is gated (--yes) with an ordered migration-step runbook in UPDATING.md.
  • Discoveryupdate --check staleness nudge wired into the generated SessionStart hook, and a /update skill.
  • AGENTS.md → managed INSTRUCTION.md split — the first agent-assisted migration; standard-contract improvements now propagate on update.

Implements RFCs 2026-06-20 (engine) and 2026-06-22 (version model). Changes: #4, #5, #6.

v0.5.1

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 18 Jun 07:52

Full Changelog: v0.5.0...v0.5.1

v0.5.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 17 Jun 20:53

Full Changelog: v0.4.0...v0.5.0

v0.4.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 17 Jun 20:05

Full Changelog: v0.3.0...v0.4.0

v0.3.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 16 Jun 21:56

Full Changelog: v0.2.0...v0.3.0

v0.2.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 11 Jun 13:26

Full Changelog: v0.1.0...v0.2.0

v0.1.0

Choose a tag to compare

@luca-mastrostefano luca-mastrostefano released this 04 Jun 14:28