Skip to content

Commit 58f7a43

Browse files
Update version-guard to v1.1.0 (#2318)
- Version: 1.0.0 β†’ 1.1.0 - Commands: 1 β†’ 3 (check, load, validate) - Hooks: 2 β†’ 4 (before_plan, before_tasks, before_implement, after_implement) - Added: persistent constraints artifact, two-channel model, CVE detection, decision record fallback for greenfield projects, skip artifact persistence Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent efb04e2 commit 58f7a43

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

β€Žextensions/catalog.community.jsonβ€Ž

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-22T00:00:00Z",
3+
"updated_at": "2026-04-22T17:54:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -2351,8 +2351,8 @@
23512351
"id": "version-guard",
23522352
"description": "Verify tech stack versions against live registries before planning and implementation",
23532353
"author": "KevinBrown5280",
2354-
"version": "1.0.0",
2355-
"download_url": "https://github.com/KevinBrown5280/spec-kit-version-guard/archive/refs/tags/v1.0.0.zip",
2354+
"version": "1.1.0",
2355+
"download_url": "https://github.com/KevinBrown5280/spec-kit-version-guard/archive/refs/tags/v1.1.0.zip",
23562356
"repository": "https://github.com/KevinBrown5280/spec-kit-version-guard",
23572357
"homepage": "https://github.com/KevinBrown5280/spec-kit-version-guard",
23582358
"documentation": "https://github.com/KevinBrown5280/spec-kit-version-guard/blob/main/README.md",
@@ -2362,8 +2362,8 @@
23622362
"speckit_version": ">=0.2.0"
23632363
},
23642364
"provides": {
2365-
"commands": 1,
2366-
"hooks": 2
2365+
"commands": 3,
2366+
"hooks": 4
23672367
},
23682368
"tags": [
23692369
"versioning",
@@ -2375,7 +2375,7 @@
23752375
"downloads": 0,
23762376
"stars": 0,
23772377
"created_at": "2026-04-20T00:00:00Z",
2378-
"updated_at": "2026-04-20T00:00:00Z"
2378+
"updated_at": "2026-04-22T17:54:00Z"
23792379
},
23802380
"whatif": {
23812381
"name": "What-if Analysis",

0 commit comments

Comments
Β (0)