mirror of
https://github.com/github/spec-kit.git
synced 2026-03-18 19:33:09 +00:00
Compare commits
4 Commits
v0.1.6
...
copilot/up
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6f237803a2 | ||
|
|
525cdc17ec | ||
|
|
607760e72f | ||
|
|
c7ecdfb998 |
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -51,7 +51,7 @@ body:
|
|||||||
id: version
|
id: version
|
||||||
attributes:
|
attributes:
|
||||||
label: Specify CLI Version
|
label: Specify CLI Version
|
||||||
description: "Run `specify --version` or `pip show spec-kit`"
|
description: "Run `specify version` or `pip show spec-kit`"
|
||||||
placeholder: "e.g., 1.3.0"
|
placeholder: "e.g., 1.3.0"
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|||||||
@@ -46,7 +46,7 @@ Extensions are modular packages that add new commands and functionality to Spec
|
|||||||
### Check Your Version
|
### Check Your Version
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
specify --version
|
specify version
|
||||||
# Should show 0.1.0 or higher
|
# Should show 0.1.0 or higher
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,7 @@ Community-contributed extensions for [Spec Kit](https://github.com/github/spec-k
|
|||||||
| 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) |
|
| 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) |
|
||||||
|
|
||||||
## Adding Your Extension
|
## Adding Your Extension
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"schema_version": "1.0",
|
"schema_version": "1.0",
|
||||||
"updated_at": "2026-02-22T00:00:00Z",
|
"updated_at": "2026-02-24T00:00: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": {
|
||||||
@@ -29,6 +29,32 @@
|
|||||||
"created_at": "2026-02-22T00:00:00Z",
|
"created_at": "2026-02-22T00:00:00Z",
|
||||||
"updated_at": "2026-02-22T00:00:00Z"
|
"updated_at": "2026-02-22T00:00:00Z"
|
||||||
},
|
},
|
||||||
|
"retrospective": {
|
||||||
|
"name": "Retrospective Extension",
|
||||||
|
"id": "retrospective",
|
||||||
|
"description": "Post-implementation retrospective with spec adherence scoring, drift analysis, and human-gated spec updates.",
|
||||||
|
"author": "emi-dm",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"download_url": "https://github.com/emi-dm/spec-kit-retrospective/archive/refs/tags/v1.0.0.zip",
|
||||||
|
"repository": "https://github.com/emi-dm/spec-kit-retrospective",
|
||||||
|
"homepage": "https://github.com/emi-dm/spec-kit-retrospective",
|
||||||
|
"documentation": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/README.md",
|
||||||
|
"changelog": "https://github.com/emi-dm/spec-kit-retrospective/blob/main/CHANGELOG.md",
|
||||||
|
"license": "MIT",
|
||||||
|
"requires": {
|
||||||
|
"speckit_version": ">=0.1.0"
|
||||||
|
},
|
||||||
|
"provides": {
|
||||||
|
"commands": 1,
|
||||||
|
"hooks": 1
|
||||||
|
},
|
||||||
|
"tags": ["retrospective", "spec-drift", "quality", "analysis", "governance"],
|
||||||
|
"verified": false,
|
||||||
|
"downloads": 0,
|
||||||
|
"stars": 0,
|
||||||
|
"created_at": "2026-02-24T00:00:00Z",
|
||||||
|
"updated_at": "2026-02-24T00: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