Skip to content

Commit 1456074

Browse files
Add SpecAssay bundle to community catalog
Adds specassay v0.3.4 to bundles/catalog.community.json and docs/community/bundles.md. Validation results: - Bundle ID matches ^[a-z0-9](?:[a-z0-9._-]*[a-z0-9])?$: pass - Version 0.3.4 is valid semver X.Y.Z: pass - Repository https://github.com/rdryfoos/specassay is a public GitHub repo containing bundle.yml, README.md, and LICENSE: pass - bundle.yml fields match submission (id, name, version, role, author, license, speckit_version, provides 1 extension + 1 preset): pass - README documents role, components, required catalogs, and install steps: pass - Download URL is a valid HTTPS GitHub release asset under the submitted repo: pass - Release v0.3.4 exists and specassay-0.3.4.zip is attached: pass - Catalog entry fields match submission and manifest; verified=false: pass - Tags are 2-5 lowercase strings: pass (5 tags) - Required catalogs documented (extensions + presets); README includes catalog add commands and testing details confirm catalog registration: pass - All checklist items checked: pass Closes #4059 cc @rdryfoos Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous)
1 parent 76f4cbc commit 1456074

2 files changed

Lines changed: 24 additions & 1 deletion

File tree

bundles/catalog.community.json

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-22T00:00:00Z",
3+
"updated_at": "2026-08-14T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/bundles/catalog.community.json",
55
"bundles": {
66
"sicario-spec": {
@@ -30,6 +30,28 @@
3030
"threat-modeling"
3131
],
3232
"verified": false
33+
},
34+
"specassay": {
35+
"name": "SpecAssay",
36+
"id": "specassay",
37+
"version": "0.3.4",
38+
"role": "developer",
39+
"description": "Durable-ID promotion for stock Spec Kit: templates, Gate 2 refusal, and trace-manifest emission.",
40+
"author": "Rik Dryfoos",
41+
"license": "MIT",
42+
"download_url": "https://github.com/rdryfoos/specassay/releases/download/v0.3.4/specassay-0.3.4.zip",
43+
"repository": "https://github.com/rdryfoos/specassay",
44+
"requires": {
45+
"speckit_version": ">=0.14.0"
46+
},
47+
"provides": {
48+
"extensions": 1,
49+
"presets": 1,
50+
"steps": 0,
51+
"workflows": 0
52+
},
53+
"tags": ["traceability", "governance", "durable-ids", "gate", "sdd"],
54+
"verified": false
3355
}
3456
}
3557
}

docs/community/bundles.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Accepted community bundle entries are published in [`bundles/catalog.community.j
1010
| Bundle | Purpose | Role or team | Provides | Required catalogs | URL |
1111
|--------|---------|--------------|----------|-------------------|-----|
1212
| 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) |
13+
| 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) |
1314

1415
## What to Submit
1516

0 commit comments

Comments
 (0)