mirror of
https://github.com/github/spec-kit.git
synced 2026-03-17 02:43:08 +00:00
Add sync extension to community catalog (#1728)
* Add sync extension to community catalog - Extension ID: sync - Version: 0.1.0 - Author: bgervin - Description: Detect and resolve drift between specs and implementation * fix: use main branch in URLs per Copilot review * Reorder community extensions table alphabetically Per Copilot review feedback and EXTENSION-PUBLISHING-GUIDE.md --------- Co-authored-by: Barry Gervin <bgervin@hotmail.com>
This commit is contained in:
@@ -72,8 +72,10 @@ The following community-contributed extensions are available in [`catalog.commun
|
|||||||
|
|
||||||
| Extension | Purpose | URL |
|
| Extension | Purpose | URL |
|
||||||
|-----------|---------|-----|
|
|-----------|---------|-----|
|
||||||
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
|
|
||||||
| 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 | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
|
| 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 | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
|
||||||
|
| Retrospective Extension | Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates | [spec-kit-retrospective](https://github.com/emi-dm/spec-kit-retrospective) |
|
||||||
|
| Spec Sync | Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval | [spec-kit-sync](https://github.com/bgervin/spec-kit-sync) |
|
||||||
|
| V-Model Extension Pack | Enforces V-Model paired generation of development specs and test specs with full traceability | [spec-kit-v-model](https://github.com/leocamello/spec-kit-v-model) |
|
||||||
|
|
||||||
## Adding Your Extension
|
## Adding Your Extension
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schema_version": "1.0",
|
"schema_version": "1.0",
|
||||||
"updated_at": "2026-02-24T00:00:00Z",
|
"updated_at": "2026-03-02T05:42:00Z",
|
||||||
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
|
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
|
||||||
"extensions": {
|
"extensions": {
|
||||||
"cleanup": {
|
"cleanup": {
|
||||||
@@ -55,6 +55,32 @@
|
|||||||
"created_at": "2026-02-24T00:00:00Z",
|
"created_at": "2026-02-24T00:00:00Z",
|
||||||
"updated_at": "2026-02-24T00:00:00Z"
|
"updated_at": "2026-02-24T00:00:00Z"
|
||||||
},
|
},
|
||||||
|
"sync": {
|
||||||
|
"name": "Spec Sync",
|
||||||
|
"id": "sync",
|
||||||
|
"description": "Detect and resolve drift between specs and implementation. AI-assisted resolution with human approval.",
|
||||||
|
"author": "bgervin",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"download_url": "https://github.com/bgervin/spec-kit-sync/archive/refs/tags/v0.1.0.zip",
|
||||||
|
"repository": "https://github.com/bgervin/spec-kit-sync",
|
||||||
|
"homepage": "https://github.com/bgervin/spec-kit-sync",
|
||||||
|
"documentation": "https://github.com/bgervin/spec-kit-sync/blob/main/README.md",
|
||||||
|
"changelog": "https://github.com/bgervin/spec-kit-sync/blob/main/CHANGELOG.md",
|
||||||
|
"license": "MIT",
|
||||||
|
"requires": {
|
||||||
|
"speckit_version": ">=0.1.0"
|
||||||
|
},
|
||||||
|
"provides": {
|
||||||
|
"commands": 5,
|
||||||
|
"hooks": 1
|
||||||
|
},
|
||||||
|
"tags": ["sync", "drift", "validation", "bidirectional", "backfill"],
|
||||||
|
"verified": false,
|
||||||
|
"downloads": 0,
|
||||||
|
"stars": 0,
|
||||||
|
"created_at": "2026-03-02T00:00:00Z",
|
||||||
|
"updated_at": "2026-03-02T00:00:00Z"
|
||||||
|
},
|
||||||
"v-model": {
|
"v-model": {
|
||||||
"name": "V-Model Extension Pack",
|
"name": "V-Model Extension Pack",
|
||||||
"id": "v-model",
|
"id": "v-model",
|
||||||
|
|||||||
Reference in New Issue
Block a user