Skip to content

Commit 6413414

Browse files
authored
Update product-forge to v1.5.1 in community catalog (#2352)
* Update product-forge to v1.5.0 in community catalog - Extension ID: product-forge - Version: 1.1.1 → 1.5.0 - Author: VaiYav - Description: updated to reflect v1.5 features (portfolio, lite mode, monorepo, optional V-Model) - Commands: 10 → 29 - Tags: refreshed to reflect current surface area - download_url pinned to v1.5.0 release tag - updated_at bumped to 2026-04-24 Release: https://github.com/VaiYav/speckit-product-forge/releases/tag/v1.5.0 * Bump product-forge to v1.5.1 (docs patch) Follow-up to v1.5.0 that surfaces the optional V-Model dependency (leocamello/spec-kit-v-model ≥ 0.5.0) in README Requirements, config-template.yml, and docs/config.md. Docs-only patch — no behavioural change. Release: https://github.com/VaiYav/speckit-product-forge/releases/tag/v1.5.1
1 parent 7f708b9 commit 6413414

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ The following community-contributed extensions are available in [`catalog.commun
236236
| Plan Review Gate | Require spec.md and plan.md to be merged via MR/PR before allowing task generation | `process` | Read-only | [spec-kit-plan-review-gate](https://github.com/luno/spec-kit-plan-review-gate) |
237237
| PR Bridge | Auto-generate pull request descriptions, checklists, and summaries from spec artifacts | `process` | Read-only | [spec-kit-pr-bridge-](https://github.com/Quratulain-bilal/spec-kit-pr-bridge-) |
238238
| Presetify | Create and validate presets and preset catalogs | `process` | Read+Write | [presetify](https://github.com/mnriem/spec-kit-extensions/tree/main/presetify) |
239-
| Product Forge | Full product lifecycle: research → product spec → SpecKit → implement → verify → test | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
239+
| Product Forge | Full product lifecycle from research to release — portfolio, lite mode, monorepo, optional V-Model | `process` | Read+Write | [speckit-product-forge](https://github.com/VaiYav/speckit-product-forge) |
240240
| Project Health Check | Diagnose a Spec Kit project and report health issues across structure, agents, features, scripts, extensions, and git | `visibility` | Read-only | [spec-kit-doctor](https://github.com/KhawarHabibKhan/spec-kit-doctor) |
241241
| Project Status | Show current SDD workflow progress — active feature, artifact status, task completion, workflow phase, and extensions summary | `visibility` | Read-only | [spec-kit-status](https://github.com/KhawarHabibKhan/spec-kit-status) |
242242
| QA Testing Extension | Systematic QA testing with browser-driven or CLI-based validation of acceptance criteria from spec | `code` | Read-only | [spec-kit-qa](https://github.com/arunt14/spec-kit-qa) |

extensions/catalog.community.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-23T00:00:00Z",
3+
"updated_at": "2026-04-24T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -1424,10 +1424,10 @@
14241424
"product-forge": {
14251425
"name": "Product Forge",
14261426
"id": "product-forge",
1427-
"description": "Full product lifecycle: research → product spec → SpecKit → implement → verify → test",
1427+
"description": "Full product lifecycle from research to release — portfolio, lite mode, monorepo, optional V-Model",
14281428
"author": "VaiYav",
1429-
"version": "1.1.1",
1430-
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.1.1.zip",
1429+
"version": "1.5.1",
1430+
"download_url": "https://github.com/VaiYav/speckit-product-forge/archive/refs/tags/v1.5.1.zip",
14311431
"repository": "https://github.com/VaiYav/speckit-product-forge",
14321432
"homepage": "https://github.com/VaiYav/speckit-product-forge",
14331433
"documentation": "https://github.com/VaiYav/speckit-product-forge/blob/main/README.md",
@@ -1437,21 +1437,21 @@
14371437
"speckit_version": ">=0.1.0"
14381438
},
14391439
"provides": {
1440-
"commands": 10,
1440+
"commands": 29,
14411441
"hooks": 0
14421442
},
14431443
"tags": [
14441444
"process",
1445-
"research",
1446-
"product-spec",
14471445
"lifecycle",
1448-
"testing"
1446+
"monorepo",
1447+
"v-model",
1448+
"portfolio"
14491449
],
14501450
"verified": false,
14511451
"downloads": 0,
14521452
"stars": 0,
14531453
"created_at": "2026-03-28T00:00:00Z",
1454-
"updated_at": "2026-03-28T00:00:00Z"
1454+
"updated_at": "2026-04-24T15:52:00Z"
14551455
},
14561456
"qa": {
14571457
"name": "QA Testing Extension",

0 commit comments

Comments
 (0)