Skip to content

Commit fa7db6a

Browse files
committed
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
1 parent 3b024f9 commit fa7db6a

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
@@ -3133,8 +3133,8 @@
31333133
"id": "v-model",
31343134
"description": "Enforces V-Model paired generation of development specs and test specs with full traceability.",
31353135
"author": "leocamello",
3136-
"version": "0.6.0",
3137-
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.6.0.zip",
3136+
"version": "0.7.2",
3137+
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.7.2.zip",
31383138
"repository": "https://github.com/leocamello/spec-kit-v-model",
31393139
"homepage": "https://github.com/leocamello/spec-kit-v-model",
31403140
"documentation": "https://github.com/leocamello/spec-kit-v-model/blob/main/README.md",
@@ -3144,8 +3144,8 @@
31443144
"speckit_version": ">=0.1.0"
31453145
},
31463146
"provides": {
3147-
"commands": 14,
3148-
"hooks": 1
3147+
"commands": 17,
3148+
"hooks": 4
31493149
},
31503150
"tags": [
31513151
"v-model",
@@ -3156,9 +3156,9 @@
31563156
],
31573157
"verified": false,
31583158
"downloads": 0,
3159-
"stars": 21,
3159+
"stars": 27,
31603160
"created_at": "2026-02-20T00:00:00Z",
3161-
"updated_at": "2026-04-25T00:00:00Z"
3161+
"updated_at": "2026-05-21T00:00:00Z"
31623162
},
31633163
"verify": {
31643164
"name": "Verify Extension",

0 commit comments

Comments
 (0)