Skip to content

Commit c7ecdfb

Browse files
emi-dmcursoragent
andauthored
Add retrospective extension to community catalog. (github#1681)
Register the new retrospective extension release so users can discover and install it from the community catalog. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent f444ccb commit c7ecdfb

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

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-22T00:00:00Z",
3+
"updated_at": "2026-02-24T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"cleanup": {
@@ -29,6 +29,32 @@
2929
"created_at": "2026-02-22T00:00:00Z",
3030
"updated_at": "2026-02-22T00:00:00Z"
3131
},
32+
"retrospective": {
33+
"name": "Retrospective Extension",
34+
"id": "retrospective",
35+
"description": "Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates.",
36+
"author": "emi-dm",
37+
"version": "1.0.0",
38+
"download_url": "https://github.com/emi-dm/spec-kit-retrospective/archive/refs/tags/v1.0.0.zip",
39+
"repository": "https://github.com/emi-dm/spec-kit-retrospective",
40+
"homepage": "https://github.com/emi-dm/spec-kit-retrospective",
41+
"documentation": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/README.md",
42+
"changelog": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/CHANGELOG.md",
43+
"license": "MIT",
44+
"requires": {
45+
"speckit_version": ">=0.1.0"
46+
},
47+
"provides": {
48+
"commands": 1,
49+
"hooks": 1
50+
},
51+
"tags": ["retrospective", "spec-drift", "quality", "analysis", "governance"],
52+
"verified": false,
53+
"downloads": 0,
54+
"stars": 0,
55+
"created_at": "2026-02-24T00:00:00Z",
56+
"updated_at": "2026-02-24T00:00:00Z"
57+
},
3258
"v-model": {
3359
"name": "V-Model Extension Pack",
3460
"id": "v-model",

0 commit comments

Comments
 (0)