Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 2.49 KB

File metadata and controls

47 lines (33 loc) · 2.49 KB

Changelog

0.3.2 - 2026-07-08

  • Report likely Git moves in Auto Git snapshots, including staged rename entries and exact deleted-plus-untracked file matches that should be staged as moves.
  • Document the dirty.likelyGitMv snapshot field in the Auto Git skill and generated gist package.

0.3.1 - 2026-06-21

  • Add first-class auto-git yolo routing for coordinated branch, merge, release, return-to-base, and ledger completion flows.
  • Persist sanitized start decision receipts so later helpers can enforce the selected route.
  • Enforce finish-time completion gates for coordinated, release, follow-up, and local-review routes.
  • Record sanitized thread handoff metadata in the Auto Git ledger.
  • Add sanitized routing-audit fixture coverage for previously misrouted workflow classes.

0.3.0 - 2026-06-14

  • Move release, preview, snapshot, GitHub Pages, and API surface checks onto the generated @async/pipeline workflow.
  • Replace repo-specific publish scripts with shared pipeline lifecycle commands.
  • Add generated docs-site checks and keep packaged gist docs aligned with pnpm task examples.

0.2.2 - 2026-06-14

  • Publish npm-safe Auto Git CLI bin wrappers so package installs expose the helper commands.
  • Treat duplicate release-event publish races as successful only after the registry confirms the version exists.

0.2.1 - 2026-06-14

  • Publish @async/auto-git as a public npm package with CLI bins for the Auto Git helper scripts.
  • Add release publishing scripts for npm and GitHub Packages, plus a release doctor that checks tag, registry, GitHub Release, and workflow state.
  • Update the generated @async/pipeline workflow to verify release events and publish with npm provenance.
  • Reuse clean same-HEAD release verification after switching from a release branch back to main.

0.2.0 - 2026-06-14

  • Add Auto Git cooperative ledger support for branch-first work, stale run detection, PR handoffs, and lifecycle tracking.
  • Preserve the original checkpoint, sync, land, and fanout modes while layering branch-first intent routing on top.
  • Add release intent handling so release work groups package version changes with changelog or release notes updates.
  • Expand snapshot helper and test coverage for occupancy, PR readiness, intent classification, and release metadata.

0.1.0 - 2026-06-12

  • Initial Auto Git skill suite with auto-git, git-intent-audit, and git-history-rewrite.
  • Package flat gist bundles for installing the skills and validating generated gist output.