Skip to content

Commit 0c71282

Browse files
committed
feat: add verify extension to community catalog
1 parent b55d00b commit 0c71282

1 file changed

Lines changed: 27 additions & 1 deletion

File tree

extensions/catalog.community.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-02-24T00:00:00Z",
3+
"updated_at": "2026-03-01T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"cleanup": {
@@ -80,6 +80,32 @@
8080
"stars": 0,
8181
"created_at": "2026-02-20T00:00:00Z",
8282
"updated_at": "2026-02-22T00:00:00Z"
83+
},
84+
"verify": {
85+
"name": "Verify Extension",
86+
"id": "verify",
87+
"description": "Post-implementation quality gate that validates implemented code against specification artifacts.",
88+
"author": "ismaelJimenez",
89+
"version": "1.0.0",
90+
"download_url": "https://github.com/ismaelJimenez/spec-kit-verify/archive/refs/tags/v1.0.0.zip",
91+
"repository": "https://github.com/ismaelJimenez/spec-kit-verify",
92+
"homepage": "https://github.com/ismaelJimenez/spec-kit-verify",
93+
"documentation": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/README.md",
94+
"changelog": "https://github.com/ismaelJimenez/spec-kit-verify/blob/main/CHANGELOG.md",
95+
"license": "MIT",
96+
"requires": {
97+
"speckit_version": ">=0.1.0"
98+
},
99+
"provides": {
100+
"commands": 1,
101+
"hooks": 1
102+
},
103+
"tags": ["verification", "quality-gate", "implementation", "spec-adherence", "compliance"],
104+
"verified": false,
105+
"downloads": 0,
106+
"stars": 0,
107+
"created_at": "2026-03-01T00:00:00Z",
108+
"updated_at": "2026-03-01T00:00:00Z"
83109
}
84110
}
85111
}

0 commit comments

Comments
 (0)