Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions presets/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,33 @@
"created_at": "2026-04-13T00:00:00Z",
"updated_at": "2026-04-13T00:00:00Z"
},
"closed-vocabulary": {
Comment thread
yunusdim marked this conversation as resolved.
"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",
Comment thread
yunusdim marked this conversation as resolved.
Outdated
"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",
Expand Down