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
specify init --here --ai claude (and specify init . --ai claude) fails on Windows (PowerShell) with v0.6.1 stable. The CLI still attempts to download a release asset matching the pattern spec-kit-template-claude-ps but no template assets exist on v0.6.0 or v0.6.1 releases.
Project initializes with Claude agent configuration using bundled templates (as described in #2092 — "Templates are no longer separately downloadable").
Actual Behavior
Selected AI assistant: claude
Selected script type: ps
No matching release asset found for claude (expected pattern: spec-kit-template-claude-ps)
────────── Available Assets ──────────
(no assets)
────────── Failure ──────────
Initialization failed: 1
Description
specify init --here --ai claude(andspecify init . --ai claude) fails on Windows (PowerShell) with v0.6.1 stable. The CLI still attempts to download a release asset matching the patternspec-kit-template-claude-psbut no template assets exist on v0.6.0 or v0.6.1 releases.Steps to Reproduce
Expected Behavior
Project initializes with Claude agent configuration using bundled templates (as described in #2092 — "Templates are no longer separately downloadable").
Actual Behavior
Environment
ps)uv tool install(persistent)Notes
initcode path for--aistill hits the release asset download logic."assets": []— zero release assets attached.