Skip to content

v0.7.4

Choose a tag to compare

@github-actions github-actions released this 26 Jun 19:59
df5418e

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.