Skip to content

Commit c5fdae7

Browse files
Update Golden Demo extension to v0.3.0 (#3394)
Update golden-demo extension submitted by @jasstt: - extensions/catalog.community.json (version, download_url, description, provides, tags, updated_at) - docs/community/extensions.md community extensions table Closes #3360 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 643f73a commit c5fdae7

2 files changed

Lines changed: 10 additions & 7 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following community-contributed extensions are available in [`catalog.commun
5858
| Fleet Orchestrator | Orchestrate a full feature lifecycle with human-in-the-loop gates across all SpecKit phases | `process` | Read+Write | [spec-kit-fleet](https://github.com/sharathsatish/spec-kit-fleet) |
5959
| GitHub Issues Integration 1 | Generate spec artifacts from GitHub Issues - import issues, sync updates, and maintain bidirectional traceability | `integration` | Read+Write | [spec-kit-github-issues](https://github.com/Fatima367/spec-kit-github-issues) |
6060
| GitHub Issues Integration 2 | Creates and syncs local specs from an existing GitHub issue | `integration` | Read+Write | [spec-kit-issue](https://github.com/aaronrsun/spec-kit-issue) |
61-
| Golden Demo | Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD | `docs` | Read+Write | [spec-kit-golden-demo](https://github.com/jasstt/spec-kit-golden-demo) |
61+
| Golden Demo | Deterministic behavioral drift oracle. Extracts acceptance criteria, generates fuzz test vectors (seed=42), compares golden Python implementations against real code in any language. CI/CD gatekeeper with warn/strict modes. | `docs` | Read+Write | [spec-kit-golden-demo](https://github.com/jasstt/spec-kit-golden-demo) |
6262
| Improve Extension | Audits any codebase as a senior advisor and writes prioritized, self-contained spec prompts under specs/ that the spec-kit lifecycle can process | `process` | Read+Write | [spec-kit-improve](https://github.com/d0whc3r/spec-kit-improve) |
6363
| Intake | Normalize PRD, design, HTML SSOT, and test-case evidence into SDD-ready intake artifacts. | `docs` | Read+Write | [spec-kit-intake](https://github.com/bigsmartben/spec-kit-intake) |
6464
| Intelligent Agent Orchestrator | Cross-catalog agent discovery and intelligent prompt-to-command routing | `process` | Read+Write | [spec-kit-orchestrator](https://github.com/pragya247/spec-kit-orchestrator) |

extensions/catalog.community.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-06T00:00:00Z",
3+
"updated_at": "2026-07-07T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1398,10 +1398,10 @@
13981398
"golden-demo": {
13991399
"name": "Golden Demo",
14001400
"id": "golden-demo",
1401-
"description": "Extracts acceptance criteria from specs, builds test vectors, and produces a behavioral drift report — complementary to Architecture Guard and CDD.",
1401+
"description": "Deterministic behavioral drift oracle. Extracts acceptance criteria, generates fuzz test vectors (seed=42), compares golden Python implementations against real code in any language. CI/CD gatekeeper with warn/strict modes.",
14021402
"author": "jasstt",
1403-
"version": "0.1.1",
1404-
"download_url": "https://github.com/jasstt/spec-kit-golden-demo/archive/refs/tags/v0.1.1.zip",
1403+
"version": "0.3.0",
1404+
"download_url": "https://github.com/jasstt/spec-kit-golden-demo/archive/refs/tags/v0.3.0.zip",
14051405
"repository": "https://github.com/jasstt/spec-kit-golden-demo",
14061406
"homepage": "https://github.com/jasstt/spec-kit-golden-demo",
14071407
"documentation": "https://github.com/jasstt/spec-kit-golden-demo",
@@ -1412,21 +1412,24 @@
14121412
"speckit_version": ">=0.1.0"
14131413
},
14141414
"provides": {
1415-
"commands": 2,
1415+
"commands": 3,
14161416
"hooks": 2
14171417
},
14181418
"tags": [
14191419
"testing",
14201420
"drift-detection",
14211421
"behavioral-oracle",
1422+
"fuzzing",
1423+
"ci-cd",
1424+
"cross-language",
14221425
"tdd",
14231426
"quality"
14241427
],
14251428
"verified": false,
14261429
"downloads": 0,
14271430
"stars": 0,
14281431
"created_at": "2026-06-24T00:00:00Z",
1429-
"updated_at": "2026-06-24T00:00:00Z"
1432+
"updated_at": "2026-07-07T00:00:00Z"
14301433
},
14311434
"harness": {
14321435
"name": "Research Harness",

0 commit comments

Comments
 (0)