Skip to content

Commit 8df89bc

Browse files
Add Spec Changelog extension to community catalog
1 parent b4e8d22 commit 8df89bc

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
@@ -228,6 +228,7 @@ The following community-contributed extensions are available in [`catalog.commun
228228
| SDD Utilities | Resume interrupted workflows, validate project health, and verify spec-to-task traceability | `process` | Read+Write | [speckit-utils](https://github.com/mvanhorn/speckit-utils) |
229229
| Security Review | Comprehensive security audit of codebases using AI-powered DevSecOps analysis | `code` | Read-only | [spec-kit-security-review](https://github.com/DyanGalih/spec-kit-security-review) |
230230
| Ship Release Extension | Automates release pipeline: pre-flight checks, branch sync, changelog generation, CI verification, and PR creation | `process` | Read+Write | [spec-kit-ship](https://github.com/arunt14/spec-kit-ship) |
231+
| Spec Changelog | Auto-generate changelogs and release notes from spec git history and requirement diffs | `docs` | Read-only | [spec-kit-changelog](https://github.com/Quratulain-bilal/spec-kit-changelog) |
231232
| Spec Critique Extension | Dual-lens critical review of spec and plan from product strategy and engineering risk perspectives | `docs` | Read-only | [spec-kit-critique](https://github.com/arunt14/spec-kit-critique) |
232233
| Spec Diagram | Auto-generate Mermaid diagrams of SDD workflow state, feature progress, and task dependencies | `visibility` | Read-only | [spec-kit-diagram-](https://github.com/Quratulain-bilal/spec-kit-diagram-) |
233234
| Spec Refine | Update specs in-place, propagate changes to plan and tasks, and diff impact across artifacts | `process` | Read+Write | [spec-kit-refine](https://github.com/Quratulain-bilal/spec-kit-refine) |

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-11T10:00:00Z",
3+
"updated_at": "2026-04-11T18:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -237,6 +237,38 @@
237237
"created_at": "2026-03-29T00:00:00Z",
238238
"updated_at": "2026-03-29T00:00:00Z"
239239
},
240+
"changelog": {
241+
"name": "Spec Changelog",
242+
"id": "changelog",
243+
"description": "Auto-generate changelogs and release notes from spec git history and requirement diffs.",
244+
"author": "Quratulain-bilal",
245+
"version": "1.0.0",
246+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-changelog/archive/refs/tags/v1.0.0.zip",
247+
"repository": "https://github.com/Quratulain-bilal/spec-kit-changelog",
248+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-changelog",
249+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/README.md",
250+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-changelog/blob/main/CHANGELOG.md",
251+
"license": "MIT",
252+
"requires": {
253+
"speckit_version": ">=0.4.0"
254+
},
255+
"provides": {
256+
"commands": 4,
257+
"hooks": 1
258+
},
259+
"tags": [
260+
"changelog",
261+
"release-notes",
262+
"documentation",
263+
"git-history",
264+
"notifications"
265+
],
266+
"verified": false,
267+
"downloads": 0,
268+
"stars": 0,
269+
"created_at": "2026-04-11T18:00:00Z",
270+
"updated_at": "2026-04-11T18:00:00Z"
271+
},
240272
"ci-guard": {
241273
"name": "CI Guard",
242274
"id": "ci-guard",

0 commit comments

Comments
 (0)