You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
Completed work left at the transient in-review frontmatter is no longer falsely deferred and
rolled back. A bmad-dev-auto session that dies in its step-04 Finalize tail can leave the spec
frontmatter at the transient in-review marker while the ## Auto Run Result prose already says Status: done — the same stale-frontmatter gate bug as 0.7.8 with a different value. The 0.7.8
reconcile skipped in-review to protect the legacy bmad-auto-dev review-handoff, but that fork
is retired and in-review is now only ever a transient marker, so it is reconciled to done
before the gates run. Every deterministic gate still runs afterward, and a followup_review_recommended: true
spec still triggers the follow-up review pass. Closes a re-sweep loop that re-ran and discarded the
same completed bundles (~47M tokens/cycle).