Skip to content

Commit 27b3689

Browse files
domattioliclaude
andcommitted
chore: bump pipeline catalog entry to v1.1.0
Point the community catalog entry at the corrected v1.1.0 release of domattioli/spec-kit-workflow-pipeline and raise the advertised minimum to >=0.11.2 (the release that introduced speckit.converge). Addresses Copilot review feedback on the catalog metadata. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent 7b0365d commit 27b3689

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

workflows/catalog.community.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,27 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-07-10T00:00:00Z",
3+
"updated_at": "2026-07-21T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/workflows/catalog.community.json",
55
"workflows": {
66
"pipeline": {
77
"id": "pipeline",
88
"name": "Guided SDD Pipeline",
99
"description": "Chains specify, clarify, plan, tasks, analyze, implement, and converge into one guided run with a single clarify gate and a post-implement convergence loop",
1010
"author": "domattioli",
11-
"version": "1.0.0",
12-
"url": "https://raw.githubusercontent.com/domattioli/spec-kit-workflow-pipeline/v1.0.0/workflow.yml",
11+
"version": "1.1.0",
12+
"url": "https://raw.githubusercontent.com/domattioli/spec-kit-workflow-pipeline/v1.1.0/workflow.yml",
1313
"repository": "https://github.com/domattioli/spec-kit-workflow-pipeline",
1414
"license": "MIT",
1515
"requires": {
16-
"speckit_version": ">=0.8.5"
16+
"speckit_version": ">=0.11.2"
1717
},
1818
"tags": [
1919
"sdd",
2020
"pipeline",
2121
"automation"
2222
],
2323
"created_at": "2026-07-10T00:00:00Z",
24-
"updated_at": "2026-07-10T00:00:00Z"
24+
"updated_at": "2026-07-21T00:00:00Z"
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)