Skip to content

yolo 0.1.1

Latest

Choose a tag to compare

@clintcparker clintcparker released this 29 Jul 20:37

Corrects requires.speckit_version from >=0.8.5 to >=0.8.12.

Engine-side resolution of integration: "auto" landed in Spec Kit 0.8.12 (#2421), not 0.8.5. The old floor let 0.8.5–0.8.11 pass the requirement check and then fail at dispatch, treating auto as a literal integration key — exactly the failure the requirement exists to prevent.

Caught by the Spec Kit maintainers while reviewing the community catalog submission.

No behavioural change on Spec Kit 0.8.12 or newer. If you are on an older version, this release correctly refuses to run instead of failing partway through.

Install

specify workflow catalog add \
  https://raw.githubusercontent.com/clintcparker/speckit-addons/main/workflows/catalog.json
specify workflow add yolo

See CHANGELOG.md.