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
Deferred-work sweep no longer defers every bundle it just finished. After the migration to
the generic upstream bmad-dev-auto primitive, bundle dev sessions completed the work but were
rejected by verify_dev_bundle with result.json dw_ids [] do not match the bundle's […],
retried to budget, deferred, and rolled the work back — so a sweep could never close a bundled
entry. The retired dev fork used to echo the dw ids; the generic skill doesn't. The orchestrator
already owns the bundle→dw-id binding, so the cross-check now passes when the session claims no
ids, and the run exports BMAD_AUTO_DW_IDS so the synthesized result still carries them and the
check stays live.