diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 2afc2592cf..1c84ba87ae 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -5885,6 +5885,47 @@ "stars": 0, "created_at": "2026-04-13T00:00:00Z", "updated_at": "2026-04-13T00:00:00Z" + }, + "vurnix": { + "name": "Vurnix Honest Gate", + "id": "vurnix", + "description": "Deterministic three-state honest gate for AI-written code: compile + phantom-import + honest test count in one verdict, executed as code — not as agent self-review. PASS (exit 0) / BLOCK (exit 1) / UNPROVEN (exit 3): a check that cannot run is not a check that passed.", + "author": "shiersa", + "version": "0.1.1", + "download_url": "https://github.com/shiersa/vurnix-spec-kit/releases/download/v0.1.1/vurnix-0.1.1.zip", + "repository": "https://github.com/shiersa/vurnix-spec-kit", + "homepage": "https://vurnix.dev", + "documentation": "https://github.com/shiersa/vurnix-spec-kit#readme", + "license": "MIT", + "category": "process", + "effect": "read-only", + "requires": { + "speckit_version": ">=0.16.2" + }, + "provides": { + "commands": 1, + "hooks": 1 + }, + "tags": [ + "anti-weakening", + "deterministic", + "exit-code", + "fail-closed", + "honest-gate", + "mutation-testing", + "phantom-imports", + "quality", + "spec-kit", + "spec-kit-extension", + "test-integrity", + "three-state", + "unproven" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-08-26T00:00:00Z", + "updated_at": "2026-08-26T00:00:00Z" } } }