- 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.likelyGitMvsnapshot field in the Auto Git skill and generated gist package.
- Add first-class
auto-git yolorouting 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.
- Move release, preview, snapshot, GitHub Pages, and API surface checks onto the generated
@async/pipelineworkflow. - 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.
- 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.
- Publish
@async/auto-gitas 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/pipelineworkflow to verify release events and publish with npm provenance. - Reuse clean same-HEAD release verification after switching from a release branch back to
main.
- Add Auto Git cooperative ledger support for branch-first work, stale run detection, PR handoffs, and lifecycle tracking.
- Preserve the original
checkpoint,sync,land, andfanoutmodes 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.
- Initial Auto Git skill suite with
auto-git,git-intent-audit, andgit-history-rewrite. - Package flat gist bundles for installing the skills and validating generated gist output.