Skip to content

Commit e0fd355

Browse files
Add Catalog CI extension to community catalog (#2239)
- Adds catalog-ci entry to catalog.community.json (between canon and ci-guard) - Adds Catalog CI row to community extensions table in README.md - Bumps top-level updated_at
1 parent db81314 commit e0fd355

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ The following community-contributed extensions are available in [`catalog.commun
199199
| Brownfield Bootstrap | Bootstrap spec-kit for existing codebases — auto-discover architecture and adopt SDD incrementally | `process` | Read+Write | [spec-kit-brownfield](https://github.com/Quratulain-bilal/spec-kit-brownfield) |
200200
| Bugfix Workflow | Structured bugfix workflow — capture bugs, trace to spec artifacts, and patch specs surgically | `process` | Read+Write | [spec-kit-bugfix](https://github.com/Quratulain-bilal/spec-kit-bugfix) |
201201
| Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) |
202+
| Catalog CI | Automated validation for spec-kit community catalog entries — structure, URLs, diffs, and linting | `process` | Read-only | [spec-kit-catalog-ci](https://github.com/Quratulain-bilal/spec-kit-catalog-ci) |
202203
| CI Guard | Spec compliance gates for CI/CD — verify specs exist, check drift, and block merges on gaps | `process` | Read-only | [spec-kit-ci-guard](https://github.com/Quratulain-bilal/spec-kit-ci-guard) |
203204
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end | `code` | Read+Write | [spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint) |
204205
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |

extensions/catalog.community.json

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-04-14T21:30:00Z",
3+
"updated_at": "2026-04-16T18:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -301,6 +301,38 @@
301301
"created_at": "2026-03-29T00:00:00Z",
302302
"updated_at": "2026-03-29T00:00:00Z"
303303
},
304+
"catalog-ci": {
305+
"name": "Catalog CI",
306+
"id": "catalog-ci",
307+
"description": "Automated validation for spec-kit community catalog entries — structure, URLs, diffs, and linting.",
308+
"author": "Quratulain-bilal",
309+
"version": "1.0.0",
310+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci/archive/refs/tags/v1.0.0.zip",
311+
"repository": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci",
312+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci",
313+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci/blob/main/README.md",
314+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-catalog-ci/blob/main/CHANGELOG.md",
315+
"license": "MIT",
316+
"requires": {
317+
"speckit_version": ">=0.4.0"
318+
},
319+
"provides": {
320+
"commands": 4,
321+
"hooks": 0
322+
},
323+
"tags": [
324+
"ci",
325+
"validation",
326+
"catalog",
327+
"quality",
328+
"automation"
329+
],
330+
"verified": false,
331+
"downloads": 0,
332+
"stars": 0,
333+
"created_at": "2026-04-16T00:00:00Z",
334+
"updated_at": "2026-04-16T00:00:00Z"
335+
},
304336
"ci-guard": {
305337
"name": "CI Guard",
306338
"id": "ci-guard",

0 commit comments

Comments
 (0)