Skip to content

Commit ad46da5

Browse files
Add version-guard to community catalog (#2286)
* Add version-guard to community catalog - Extension ID: version-guard - Version: 1.0.0 - Author: KevinBrown5280 - Description: Verify tech stack versions against live registries before planning and implementation * Fix alphabetical ordering: move Version Guard after Verify rows
1 parent 919f092 commit ad46da5

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ The following community-contributed extensions are available in [`catalog.commun
258258
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | `docs` | Read+Write | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
259259
| Verify Extension | Post-implementation quality gate that validates implemented code against specification artifacts | `code` | Read-only | [spec-kit-verify](https://github.com/ismaelJimenez/spec-kit-verify) |
260260
| Verify Tasks Extension | Detect phantom completions: tasks marked [X] in tasks.md with no real implementation | `code` | Read-only | [spec-kit-verify-tasks](https://github.com/datastone-inc/spec-kit-verify-tasks) |
261+
| Version Guard | Verify tech stack versions against live npm registries before planning and implementation | `process` | Read-only | [spec-kit-version-guard](https://github.com/KevinBrown5280/spec-kit-version-guard) |
261262
| What-if Analysis | Preview the downstream impact (complexity, effort, tasks, risks) of requirement changes before committing to them | `visibility` | Read-only | [spec-kit-whatif](https://github.com/DevAbdullah90/spec-kit-whatif) |
262263
| Worktree Isolation | Spawn isolated git worktrees for parallel feature development without checkout switching | `process` | Read+Write | [spec-kit-worktree](https://github.com/Quratulain-bilal/spec-kit-worktree) |
263264
| Worktrees | Default-on worktree isolation for parallel agents — sibling or nested layout | `process` | Read+Write | [spec-kit-worktree-parallel](https://github.com/dango85/spec-kit-worktree-parallel) |

extensions/catalog.community.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2217,6 +2217,37 @@
22172217
"created_at": "2026-03-16T00:00:00Z",
22182218
"updated_at": "2026-03-16T00:00:00Z"
22192219
},
2220+
"version-guard": {
2221+
"name": "Version Guard",
2222+
"id": "version-guard",
2223+
"description": "Verify tech stack versions against live registries before planning and implementation",
2224+
"author": "KevinBrown5280",
2225+
"version": "1.0.0",
2226+
"download_url": "https://github.com/KevinBrown5280/spec-kit-version-guard/archive/refs/tags/v1.0.0.zip",
2227+
"repository": "https://github.com/KevinBrown5280/spec-kit-version-guard",
2228+
"homepage": "https://github.com/KevinBrown5280/spec-kit-version-guard",
2229+
"documentation": "https://github.com/KevinBrown5280/spec-kit-version-guard/blob/main/README.md",
2230+
"changelog": "https://github.com/KevinBrown5280/spec-kit-version-guard/blob/main/CHANGELOG.md",
2231+
"license": "MIT",
2232+
"requires": {
2233+
"speckit_version": ">=0.2.0"
2234+
},
2235+
"provides": {
2236+
"commands": 1,
2237+
"hooks": 2
2238+
},
2239+
"tags": [
2240+
"versioning",
2241+
"npm",
2242+
"validation",
2243+
"hooks"
2244+
],
2245+
"verified": false,
2246+
"downloads": 0,
2247+
"stars": 0,
2248+
"created_at": "2026-04-20T00:00:00Z",
2249+
"updated_at": "2026-04-20T00:00:00Z"
2250+
},
22202251
"whatif": {
22212252
"name": "What-if Analysis",
22222253
"id": "whatif",

0 commit comments

Comments
 (0)