From fa7db6adda4019678575fd130d9d2ef1703e4676 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.2 Updates the v-model entry in extensions/catalog.community.json to point at the new v0.7.2 release of leocamello/spec-kit-v-model: https://github.com/leocamello/spec-kit-v-model/releases/tag/v0.7.2 v0.7.0 and v0.7.1 were never submitted to this catalog individually, so this single bump catches the entry up from 0.6.0 directly to 0.7.2. version 0.6.0 -> 0.7.2 download_url v0.6.0.zip -> v0.7.2.zip commands 14 -> 17 (+3 bridge commands: plan / tasks / implement, added in v0.7.0) hooks 1 -> 4 (+3 lifecycle hooks: after_specify, before_implement, after_implement, added in v0.7.0) stars 21 -> 27 (live count from GitHub API) updated_at 2026-04-25 -> 2026-05-21 Top-level catalog `updated_at` matches upstream's current 2026-05-21 after rebase. Headline changes since v0.6.0: - v0.7.0: Bridge commands (plan / tasks / implement) and the four lifecycle hooks. The MF-1..MF-7 stabilization sprint (validators, splicer hardening, gate/guard scripts). - v0.7.1: Bridge command reconciliation toward "fully working and validated software." All 8 V-Model artefacts mandatory for implement; plan/tasks marked OPTIONAL; canonical-ID grammar generalised; AGENTS.md adopted; constitution v1.1.0. - v0.7.2: Extension packaging hygiene (`.extensionignore`); handoff graph documentation; template overlay mismatch resolved. Full release narratives at: https://github.com/leocamello/spec-kit-v-model/blob/v0.7.2/CHANGELOG.md --- extensions/catalog.community.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 40cf8629bd..42cfba18d1 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -3133,8 +3133,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.2", + "download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.7.2.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", @@ -3144,8 +3144,8 @@ "speckit_version": ">=0.1.0" }, "provides": { - "commands": 14, - "hooks": 1 + "commands": 17, + "hooks": 4 }, "tags": [ "v-model", @@ -3156,9 +3156,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-21T00:00:00Z" }, "verify": { "name": "Verify Extension",