Skip to content

Releases: clintcparker/speckit-addons

yolo 0.1.1

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.

yolo 0.1.0

Choose a tag to compare

@clintcparker clintcparker released this 29 Jul 18:45

First published release of the yolo workflow — the full Spec Kit SDD cycle (specifyplantasksimplement) with no review gates.

Install

specify workflow catalog add \
  https://raw.githubusercontent.com/clintcparker/speckit-addons/main/workflows/catalog.json
specify workflow add yolo
specify workflow run yolo -i spec="make the app do the thing"

Or without registering the catalog:

specify workflow add yolo --from \
  https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.yml

Raw workflow YAML: https://raw.githubusercontent.com/clintcparker/speckit-addons/yolo-v0.1.0/workflows/yolo/workflow.yml

Notes

Adapted from Spec Kit workflows: YOLO mode, with the {{ inputs.* }} expressions restored (the blog's Liquid templating had stripped them) and the unused scope input removed.

See CHANGELOG.md.

Requires Spec Kit >=0.8.5.