Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions extensions/catalog.community.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion extensions/catalog.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 2 additions & 0 deletions extensions/intake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion extensions/intake/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion extensions/intake/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down