-
Notifications
You must be signed in to change notification settings - Fork 7.7k
fix: Add missing download_url for what-if #2204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
4c6e4a2
e1254ce
f9f1989
7d4ae45
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "schema_version": "1.0", | ||
| "updated_at": "2026-04-13T14:39:00Z", | ||
| "updated_at": "2026-04-13T21:45:00Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { | ||
| "aide": { | ||
|
|
@@ -1924,6 +1924,7 @@ | |
| "description": "Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them.", | ||
| "author": "DevAbdullah90", | ||
| "version": "1.0.0", | ||
| "download_url": "https://github.com/DevAbdullah90/spec-kit-whatif/archive/refs/heads/main.zip", | ||
| "repository": "https://github.com/DevAbdullah90/spec-kit-whatif", | ||
|
Comment on lines
1969
to
1972
|
||
| "homepage": "https://github.com/DevAbdullah90/spec-kit-whatif", | ||
| "documentation": "https://github.com/DevAbdullah90/spec-kit-whatif/blob/main/README.md", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
download_urlpoints to themainbranch archive (refs/heads/main.zip), which is mutable and can drift from the declaredversion: 1.0.0. Per the extension distribution decision, prefer a release/tag-pinned ZIP (e.g., a GitHub release asset orarchive/refs/tags/v1.0.0.zip) so installs are reproducible and match the catalog version.