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
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.