From 590e1b6e42a85c766a3ac1c818e6e79933c4dc3f Mon Sep 17 00:00:00 2001 From: Diego Gabriel Impieri Date: Mon, 17 Aug 2026 18:55:40 -0300 Subject: [PATCH] Add closed-vocabulary preset to community catalog --- presets/catalog.community.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/presets/catalog.community.json b/presets/catalog.community.json index 788a5d78c5..e2ae818147 100644 --- a/presets/catalog.community.json +++ b/presets/catalog.community.json @@ -197,6 +197,33 @@ "created_at": "2026-04-13T00:00:00Z", "updated_at": "2026-04-13T00:00:00Z" }, + "closed-vocabulary": { + "name": "Closed Vocabulary Check", + "id": "closed-vocabulary", + "version": "1.0.0", + "description": "Adds a pass to /speckit.analyze that flags closed sets of values enumerated more than once with different members, and reports its own coverage.", + "author": "Diego Gabriel Impieri", + "repository": "https://github.com/yunusdim/spec-kit-preset-closed-vocabulary", + "download_url": "https://github.com/yunusdim/spec-kit-preset-closed-vocabulary/archive/refs/tags/v1.0.0.zip", + "homepage": "https://github.com/yunusdim/spec-kit-preset-closed-vocabulary", + "documentation": "https://github.com/yunusdim/spec-kit-preset-closed-vocabulary/blob/main/README.md", + "license": "MIT", + "requires": { + "speckit_version": ">=0.8.0" + }, + "provides": { + "templates": 0, + "commands": 1 + }, + "tags": [ + "analysis", + "consistency", + "vocabulary", + "verification" + ], + "created_at": "2026-08-17T00:00:00Z", + "updated_at": "2026-08-17T00:00:00Z" + }, "command-density": { "name": "Command Density", "id": "command-density",