From 17642c2f91a71ddb72a7c6d654af4a931668e351 Mon Sep 17 00:00:00 2001 From: Leonardo Nascimento Date: Sun, 17 May 2026 19:01:34 +0100 Subject: [PATCH] chore(catalog): bump v-model extension to v0.7.1 Updates the v-model entry in extensions/catalog.community.json to point at the new v0.7.1 release of leocamello/spec-kit-v-model: https://github.com/leocamello/spec-kit-v-model/releases/tag/v0.7.1 v0.7.0 was never submitted upstream, so this single bump catches up the catalog from 0.6.0 directly to 0.7.1. version 0.6.0 -> 0.7.1 download_url v0.6.0.zip -> v0.7.1.zip commands 14 -> 17 (+3 bridge commands: plan / tasks / implement) hooks 1 -> 4 (+3 lifecycle hooks: after_specify, before_implement, after_implement) stars 21 -> 27 (live count from GitHub API) updated_at 2026-04-25 -> 2026-05-17 Plus top-level catalog `updated_at` from 2026-05-15 -> 2026-05-17. Headline changes since v0.6.0 are bridge commands (v0.7.0) and the reconciliation toward "fully working and validated software" semantics (v0.7.1). Full release narratives at: https://github.com/leocamello/spec-kit-v-model/blob/v0.7.1/CHANGELOG.md --- extensions/catalog.community.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index c38d977be8..c9a16b19e2 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-05-15T00:00:00Z", + "updated_at": "2026-05-17T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -3102,8 +3102,8 @@ "id": "v-model", "description": "Enforces V-Model paired generation of development specs and test specs with full traceability.", "author": "leocamello", - "version": "0.6.0", - "download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.6.0.zip", + "version": "0.7.1", + "download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.7.1.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", @@ -3113,8 +3113,8 @@ "speckit_version": ">=0.1.0" }, "provides": { - "commands": 14, - "hooks": 1 + "commands": 17, + "hooks": 4 }, "tags": [ "v-model", @@ -3125,9 +3125,9 @@ ], "verified": false, "downloads": 0, - "stars": 21, + "stars": 27, "created_at": "2026-02-20T00:00:00Z", - "updated_at": "2026-04-25T00:00:00Z" + "updated_at": "2026-05-17T00:00:00Z" }, "verify": { "name": "Verify Extension",