Skip to content

Commit 7b0365d

Browse files
committed
refactor(pipeline): move workflow to external repo, register in community catalog
1 parent ed6fbc0 commit 7b0365d

4 files changed

Lines changed: 23 additions & 267 deletions

File tree

workflows/catalog.community.json

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-10T00:00:00Z",
3+
"updated_at": "2026-07-10T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/workflows/catalog.community.json",
5-
"workflows": {}
5+
"workflows": {
6+
"pipeline": {
7+
"id": "pipeline",
8+
"name": "Guided SDD Pipeline",
9+
"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",
10+
"author": "domattioli",
11+
"version": "1.0.0",
12+
"url": "https://raw.githubusercontent.com/domattioli/spec-kit-workflow-pipeline/v1.0.0/workflow.yml",
13+
"repository": "https://github.com/domattioli/spec-kit-workflow-pipeline",
14+
"license": "MIT",
15+
"requires": {
16+
"speckit_version": ">=0.8.5"
17+
},
18+
"tags": [
19+
"sdd",
20+
"pipeline",
21+
"automation"
22+
],
23+
"created_at": "2026-07-10T00:00:00Z",
24+
"updated_at": "2026-07-10T00:00:00Z"
25+
}
26+
}
627
}

workflows/pipeline/CHANGELOG.md

Lines changed: 0 additions & 16 deletions
This file was deleted.

workflows/pipeline/README.md

Lines changed: 0 additions & 124 deletions
This file was deleted.

workflows/pipeline/workflow.yml

Lines changed: 0 additions & 125 deletions
This file was deleted.

0 commit comments

Comments
 (0)