Skip to content

Commit abb5fe7

Browse files
feat(catalog): add API Evolve (api-evolve) community extension (#2479)
* feat(catalog): add API Evolve (api-evolve) community extension * chore(catalog): refresh top-level updated_at
1 parent f099834 commit abb5fe7

2 files changed

Lines changed: 39 additions & 1 deletion

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -200,6 +200,7 @@ The following community-contributed extensions are available in [`catalog.commun
200200
|-----------|---------|----------|--------|-----|
201201
| Agent Assign | Assign specialized Claude Code agents to spec-kit tasks for targeted execution | `process` | Read+Write | [spec-kit-agent-assign](https://github.com/xymelon/spec-kit-agent-assign) |
202202
| AI-Driven Engineering (AIDE) | A structured 7-step workflow for building new projects from scratch with AI assistants — from vision through implementation | `process` | Read+Write | [aide](https://github.com/mnriem/spec-kit-extensions/tree/main/aide) |
203+
| API Evolve | Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC | `process` | Read+Write | [spec-kit-api-evolve](https://github.com/Quratulain-bilal/spec-kit-api-evolve) |
203204
| Architect Impact Previewer | Predicts architectural impact, complexity, and risks of proposed changes before implementation. | `visibility` | Read-only | [spec-kit-architect-preview](https://github.com/UmmeHabiba1312/spec-kit-architect-preview) |
204205
| Architecture Guard | Continuous architecture governance for AI-assisted development. Reviews specs, plans, and code for architecture drift, producing structured refactor tasks and evolution proposals. | `process` | Read+Write | [spec-kit-architecture-guard](https://github.com/DyanGalih/spec-kit-architecture-guard) |
205206
| Archive Extension | Archive merged features into main project memory. | `docs` | Read+Write | [spec-kit-archive](https://github.com/stn1slv/spec-kit-archive) |

extensions/catalog.community.json

Lines changed: 38 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-05-07T05:51:00Z",
3+
"updated_at": "2026-05-07T15:37:14Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -100,6 +100,43 @@
100100
"created_at": "2026-05-04T00:00:00Z",
101101
"updated_at": "2026-05-04T00:00:00Z"
102102
},
103+
"api-evolve": {
104+
"name": "API Evolve",
105+
"id": "api-evolve",
106+
"description": "Managed API contract evolution — breaking-change detection, semver enforcement, deprecation orchestration, and lifecycle gates across REST, GraphQL, and gRPC.",
107+
"author": "Quratulain-bilal",
108+
"version": "1.0.0",
109+
"download_url": "https://github.com/Quratulain-bilal/spec-kit-api-evolve/archive/refs/tags/v1.0.0.zip",
110+
"repository": "https://github.com/Quratulain-bilal/spec-kit-api-evolve",
111+
"homepage": "https://github.com/Quratulain-bilal/spec-kit-api-evolve",
112+
"documentation": "https://github.com/Quratulain-bilal/spec-kit-api-evolve/blob/main/README.md",
113+
"changelog": "https://github.com/Quratulain-bilal/spec-kit-api-evolve/blob/main/CHANGELOG.md",
114+
"license": "MIT",
115+
"requires": {
116+
"speckit_version": ">=0.4.0"
117+
},
118+
"provides": {
119+
"commands": 12,
120+
"hooks": 5
121+
},
122+
"tags": [
123+
"api",
124+
"contracts",
125+
"versioning",
126+
"openapi",
127+
"graphql",
128+
"grpc",
129+
"deprecation",
130+
"breaking-changes",
131+
"semver",
132+
"governance"
133+
],
134+
"verified": false,
135+
"downloads": 0,
136+
"stars": 0,
137+
"created_at": "2026-05-07T00:00:00Z",
138+
"updated_at": "2026-05-07T00:00:00Z"
139+
},
103140
"architect-preview": {
104141
"name": "Architect Impact Previewer",
105142
"id": "architect-preview",

0 commit comments

Comments
 (0)