Skip to content

Commit f444ccb

Browse files
authored
Add Cleanup Extension to catalog (#1617)
**Repository**: https://github.com/dsrednicki/spec-kit-cleanup **Version**: 1.0.0 **License**: MIT **Author**: @dsrednicki Adds catalog entry for the Cleanup Extension - a post-implementation quality gate that fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.
1 parent 3040d33 commit f444ccb

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

extensions/catalog.community.json

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,32 @@
33
"updated_at": "2026-02-22T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
6+
"cleanup": {
7+
"name": "Cleanup Extension",
8+
"id": "cleanup",
9+
"description": "Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues.",
10+
"author": "dsrednicki",
11+
"version": "1.0.0",
12+
"download_url": "https://github.com/dsrednicki/spec-kit-cleanup/archive/refs/tags/v1.0.0.zip",
13+
"repository": "https://github.com/dsrednicki/spec-kit-cleanup",
14+
"homepage": "https://github.com/dsrednicki/spec-kit-cleanup",
15+
"documentation": "https://github.com/dsrednicki/spec-kit-cleanup/blob/main/README.md",
16+
"changelog": "https://github.com/dsrednicki/spec-kit-cleanup/blob/main/CHANGELOG.md",
17+
"license": "MIT",
18+
"requires": {
19+
"speckit_version": ">=0.1.0"
20+
},
21+
"provides": {
22+
"commands": 1,
23+
"hooks": 1
24+
},
25+
"tags": ["quality", "tech-debt", "review", "cleanup", "scout-rule"],
26+
"verified": false,
27+
"downloads": 0,
28+
"stars": 0,
29+
"created_at": "2026-02-22T00:00:00Z",
30+
"updated_at": "2026-02-22T00:00:00Z"
31+
},
632
"v-model": {
733
"name": "V-Model Extension Pack",
834
"id": "v-model",

0 commit comments

Comments
 (0)