Skip to content

Commit 9dc1643

Browse files
committed
Fix catalog entry: provides as number, add timestamps and statistics
Address review feedback: - provides.commands: array → number (3), add hooks (1) - Add created_at and updated_at timestamps - Add statistics block (downloads: 0, stars: 0)
1 parent 76ec3fb commit 9dc1643

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

extensions/catalog.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,8 @@
1616
"speckit_version": ">=0.1.0"
1717
},
1818
"provides": {
19-
"commands": [
20-
"speckit.v-model.requirements",
21-
"speckit.v-model.acceptance",
22-
"speckit.v-model.trace"
23-
]
19+
"commands": 3,
20+
"hooks": 1
2421
},
2522
"tags": [
2623
"v-model",
@@ -29,7 +26,13 @@
2926
"compliance",
3027
"safety-critical"
3128
],
32-
"verified": false
29+
"verified": false,
30+
"created_at": "2026-02-20T00:00:00Z",
31+
"updated_at": "2026-02-20T00:00:00Z",
32+
"statistics": {
33+
"downloads": 0,
34+
"stars": 0
35+
}
3336
}
3437
}
3538
}

0 commit comments

Comments
 (0)