Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@async/auto-git",
"version": "0.3.0",
"version": "0.3.1",
"description": "Auto Git skill suite for intent-based git commits, release checks, and repository handoffs.",
"type": "module",
"license": "MIT",
Expand Down
Loading