From 254e9bbdf06177637e7bfb559aa47886717c0e67 Mon Sep 17 00:00:00 2001 From: Emi <140513018+emi-dm@users.noreply.github.com> Date: Tue, 3 Mar 2026 16:59:53 +0100 Subject: [PATCH] Add Retrospective Extension to community catalog README table (#1741) * 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 * Add Retrospective Extension to community catalog --------- Co-authored-by: Cursor --- extensions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/extensions/README.md b/extensions/README.md index dd26f663..e9db58c0 100644 --- a/extensions/README.md +++ b/extensions/README.md @@ -77,6 +77,7 @@ The following community-contributed extensions are available in [`catalog.commun | Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) | | V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) | + ## Adding Your Extension ### Submission Process