Add version-guard to community catalog#2286
Merged
mnriem merged 2 commits intogithub:mainfrom Apr 20, 2026
Merged
Conversation
- Extension ID: version-guard - Version: 1.0.0 - Author: KevinBrown5280 - Description: Verify tech stack versions against live registries before planning and implementation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the Version Guard community extension to Spec Kit’s community extension catalog and surfaces it in the main README so users can discover/install it.
Changes:
- Updated
extensions/catalog.community.jsontimestamp and added a newversion-guardextension entry (v1.0.0). - Added “Version Guard” to the Community Extensions table in
README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the new version-guard extension metadata in the community catalog and updates the catalog timestamp. |
| README.md | Adds the extension to the Community Extensions listing for discoverability. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mnriem
requested changes
Apr 20, 2026
Collaborator
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
Contributor
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
mnriem
approved these changes
Apr 20, 2026
Collaborator
|
Thank you! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extension Submission
Extension Name: Version Guard
Extension ID: version-guard
Version: 1.0.0
Author: KevinBrown5280
Repository: https://github.com/KevinBrown5280/spec-kit-version-guard
Description
Automatically verifies locked tech stack versions against live npm registries and official documentation before planning and code generation. Prevents LLM agents from generating code based on stale training data when the project uses newer library versions.
Registers mandatory
before_*hooks on: plan and implement.Checklist
Testing
Tested on a real SDD project with React 19, Vite 6, and Azure SDK dependencies. Correctly detects version mismatches, fetches migration docs, and produces version guard report. Graceful degradation on network failure or missing package.json.