diff --git a/bundles/catalog.community.json b/bundles/catalog.community.json index 0a371c1814..5c6cd8d05d 100644 --- a/bundles/catalog.community.json +++ b/bundles/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-07-22T00:00:00Z", + "updated_at": "2026-08-12T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/bundles/catalog.community.json", "bundles": { "sicario-spec": { @@ -30,6 +30,34 @@ "threat-modeling" ], "verified": false + }, + "specassay": { + "name": "SpecAssay", + "id": "specassay", + "version": "0.3.1", + "role": "developer", + "description": "Durable-ID promotion for stock Spec Kit: templates, Gate 2 refusal, and trace-manifest emission.", + "author": "Rik Dryfoos", + "license": "MIT", + "download_url": "https://github.com/rdryfoos/specassay/releases/download/v0.3.1/specassay-0.3.1.zip", + "repository": "https://github.com/rdryfoos/specassay", + "requires": { + "speckit_version": ">=0.14.0" + }, + "provides": { + "extensions": 1, + "presets": 1, + "steps": 0, + "workflows": 0 + }, + "tags": [ + "traceability", + "governance", + "durable-ids", + "gate", + "sdd" + ], + "verified": false } } } diff --git a/docs/community/bundles.md b/docs/community/bundles.md index 4ed15e0d36..56d6480a51 100644 --- a/docs/community/bundles.md +++ b/docs/community/bundles.md @@ -10,6 +10,7 @@ Accepted community bundle entries are published in [`bundles/catalog.community.j | Bundle | Purpose | Role or team | Provides | Required catalogs | URL | |--------|---------|--------------|----------|-------------------|-----| | SicarioSpec Security & Governance Bundle | Secure-by-default governance bundle for GitHub Spec Kit. Enforces data classification, threat modeling, and code-owned verification gates. | `security-engineer` | 1 extension, 11 presets | Documented | [sicario-spec](https://github.com/dfirs1car1o/sicario-spec) | +| SpecAssay | Durable-ID promotion for stock Spec Kit: templates, Gate 2 refusal, and trace-manifest emission. | `developer` | 1 extension, 1 preset | Documented | [specassay](https://github.com/rdryfoos/specassay) | ## What to Submit