diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index cf091684e7..25625f07d5 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1406,8 +1406,8 @@ "id": "intake", "description": "Normalize PRD, design, HTML SSOT, structured IR, and test-case evidence into SDD-ready intake artifacts", "author": "bigsmartben", - "version": "0.1.3", - "download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip", + "version": "0.1.4", + "download_url": "https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.4.zip", "repository": "https://github.com/bigsmartben/spec-kit-intake", "homepage": "https://github.com/bigsmartben/spec-kit-intake", "documentation": "https://github.com/bigsmartben/spec-kit-intake/blob/main/README.md", diff --git a/extensions/catalog.json b/extensions/catalog.json index d613435f77..7f2cbc0e92 100644 --- a/extensions/catalog.json +++ b/extensions/catalog.json @@ -72,7 +72,7 @@ "intake": { "name": "Intake", "id": "intake", - "version": "0.1.3", + "version": "0.1.4", "description": "Normalize PRD, design, HTML SSOT, structured IR, and test-case evidence into SDD-ready intake artifacts", "author": "bigsmartben", "repository": "https://github.com/bigsmartben/spec-kit-intake", diff --git a/extensions/intake/CHANGELOG.md b/extensions/intake/CHANGELOG.md index f4a3af4214..dd830f0601 100644 --- a/extensions/intake/CHANGELOG.md +++ b/extensions/intake/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## [0.1.4] - 2026-07-01 + ### Added - Added `/speckit.intake.ir` for structured UI acceptance IR with CI-friendly DOM, ARIA, token, state, locator, relation, and assertion evidence. diff --git a/extensions/intake/README.md b/extensions/intake/README.md index b8d697d29d..d601b44712 100644 --- a/extensions/intake/README.md +++ b/extensions/intake/README.md @@ -103,7 +103,7 @@ specify extension add --dev C:/Users/24598/Documents/github/spec-kit-intake From a Spec Kit project: ```bash -specify extension add intake --from https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.3.zip +specify extension add intake --from https://github.com/bigsmartben/spec-kit-intake/archive/refs/tags/v0.1.4.zip ``` Release artifacts must include source-backed provenance for the `bigsmartben/spec-kit` integration fork. The release workflow uploads `release-provenance.json` with: diff --git a/extensions/intake/extension.yml b/extensions/intake/extension.yml index 8b7a570297..41c850efd6 100644 --- a/extensions/intake/extension.yml +++ b/extensions/intake/extension.yml @@ -3,7 +3,7 @@ extension: id: intake name: "Intake" - version: "0.1.3" + version: "0.1.4" description: "Normalize PRD, design, HTML SSOT, structured IR, and test-case evidence into SDD-ready intake artifacts" author: "bigsmartben" repository: "https://github.com/bigsmartben/spec-kit-intake"