Skip to content

Commit 0489324

Browse files
racciolyCopilot
andauthored
fix: use release asset URL for download_url
The source archive URL nests files under a subdirectory, so the Spec Kit installer cannot find extension.yml at the archive root. Switch to a release asset ZIP built from the extension directory. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent f6fc01f commit 0489324

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
"description": "Canonical-Driven Development enforcement. Generates, validates, scores, and traces project documentation against 51 automated checks with config-aware traceability, quality labels, and AI-ready fix prompts. Zero dependencies.",
8181
"author": "raccioly",
8282
"version": "0.7.3",
83-
"download_url": "https://github.com/raccioly/docguard/archive/refs/tags/v0.7.3.zip",
83+
"download_url": "https://github.com/raccioly/docguard/releases/download/v0.7.3/spec-kit-docguard-v0.7.3.zip",
8484
"repository": "https://github.com/raccioly/docguard",
8585
"homepage": "https://www.npmjs.com/package/docguard-cli",
8686
"documentation": "https://github.com/raccioly/docguard/blob/main/extensions/spec-kit-docguard/README.md",

0 commit comments

Comments
 (0)