Skip to content

Commit 5ab6c63

Browse files
committed
Update V-Model Extension Pack to v0.4.0
- Version: 0.2.0 → 0.4.0 - Commands: 5 → 9 (new: architecture-design, integration-test, module-design, unit-test) - Download URL: updated to v0.4.0 tag
1 parent 6f523ed commit 5ab6c63

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

extensions/catalog.community.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-02-20T00:00:00Z",
3+
"updated_at": "2026-02-22T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"v-model": {
77
"name": "V-Model Extension Pack",
88
"id": "v-model",
99
"description": "Enforces V-Model paired generation of development specs and test specs with full traceability.",
1010
"author": "leocamello",
11-
"version": "0.2.0",
12-
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.2.0.zip",
11+
"version": "0.4.0",
12+
"download_url": "https://github.com/leocamello/spec-kit-v-model/archive/refs/tags/v0.4.0.zip",
1313
"repository": "https://github.com/leocamello/spec-kit-v-model",
1414
"homepage": "https://github.com/leocamello/spec-kit-v-model",
1515
"documentation": "https://github.com/leocamello/spec-kit-v-model/blob/main/README.md",
@@ -19,15 +19,15 @@
1919
"speckit_version": ">=0.1.0"
2020
},
2121
"provides": {
22-
"commands": 5,
22+
"commands": 9,
2323
"hooks": 1
2424
},
2525
"tags": ["v-model", "traceability", "testing", "compliance", "safety-critical"],
2626
"verified": false,
2727
"downloads": 0,
2828
"stars": 0,
2929
"created_at": "2026-02-20T00:00:00Z",
30-
"updated_at": "2026-02-20T00:00:00Z"
30+
"updated_at": "2026-02-22T00:00:00Z"
3131
}
3232
}
3333
}

0 commit comments

Comments
 (0)