Skip to content

v1.0.2 - 2026-07-15

Latest

Choose a tag to compare

@RSginer RSginer released this 15 Jul 13:52

Fixed

  • speckit.bdd.scenarios and speckit.bdd.verify now resolve the active feature's spec.md via SPECIFY_FEATURE_DIRECTORY or .specify/feature.json, matching how current Spec Kit actually writes specs (<feature-directory>/spec.md, e.g. specs/003-user-auth/spec.md). Previously both commands only looked for .specify/specify.md or root specify.md, which Spec Kit never creates, so both commands always reported "No specification found" in a standard project. The old paths remain as a last-resort fallback.