From 70e34913d15850e9748ac8528913c63b1ae25708 Mon Sep 17 00:00:00 2001 From: Leonardo Nascimento Date: Fri, 20 Feb 2026 23:03:44 +0000 Subject: [PATCH] Update V-Model Extension Pack to v0.2.0 in community catalog MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Version: 0.1.0 → 0.2.0 - Download URL updated to v0.2.0 tag - Commands: 3 → 5 (added system-design, system-test) --- extensions/catalog.community.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 05b566369..1f15af1ec 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -8,8 +8,8 @@ "id": "v-model", "description": "Enforces V-Model paired generation of development specs and test specs with full traceability.", "author": "leocamello", - "version": "0.1.0", - "download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.1.0.zip", + "version": "0.2.0", + "download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.2.0.zip", "repository": "https://github.com/leocamello/spec-kit-v-model", "homepage": "https://github.com/leocamello/spec-kit-v-model", "documentation": "https://github.com/leocamello/spec-kit-v-model/blob/main/README.md", @@ -19,7 +19,7 @@ "speckit_version": ">=0.1.0" }, "provides": { - "commands": 3, + "commands": 5, "hooks": 1 }, "tags": ["v-model", "traceability", "testing", "compliance", "safety-critical"],