From 5430efbd0d046f08cb821e9bd6ddf7b0b47b70ce Mon Sep 17 00:00:00 2001 From: Emi Date: Tue, 24 Feb 2026 13:42:41 +0100 Subject: [PATCH] Add retrospective extension to community catalog. Register the new retrospective extension release so users can discover and install it from the community catalog. Co-authored-by: Cursor --- extensions/catalog.community.json | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index f3e6b4245..4ab408b7c 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-02-22T00:00:00Z", + "updated_at": "2026-02-24T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "cleanup": { @@ -29,6 +29,32 @@ "created_at": "2026-02-22T00:00:00Z", "updated_at": "2026-02-22T00:00:00Z" }, + "retrospective": { + "name": "Retrospective Extension", + "id": "retrospective", + "description": "Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates.", + "author": "emi-dm", + "version": "1.0.0", + "download_url": "https://github.com/emi-dm/spec-kit-retrospective/archive/refs/tags/v1.0.0.zip", + "repository": "https://github.com/emi-dm/spec-kit-retrospective", + "homepage": "https://github.com/emi-dm/spec-kit-retrospective", + "documentation": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/README.md", + "changelog": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/CHANGELOG.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.1.0" + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": ["retrospective", "spec-drift", "quality", "analysis", "governance"], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-02-24T00:00:00Z", + "updated_at": "2026-02-24T00:00:00Z" + }, "v-model": { "name": "V-Model Extension Pack", "id": "v-model",