Skip to content

Commit ab9b2a3

Browse files
committed
catalog: address review feedback (position + author)
Two changes per Copilot review: - Move `wireframe` entry alphabetically between `whatif` and `worktree` (was appended after `worktrees`). - Simplify `author` from "TortoiseWolfe (turtlewolfe.com)" to just "TortoiseWolfe" so the exact-match author filter in `ExtensionCatalog.search` finds the entry. Portfolio URL remains accessible via `homepage`/`repository`. Thanks @Copilot, @mnriem for the review.
1 parent 5ed5e40 commit ab9b2a3

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

extensions/catalog.community.json

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -2183,6 +2183,41 @@
21832183
"created_at": "2026-04-13T00:00:00Z",
21842184
"updated_at": "2026-04-13T00:00:00Z"
21852185
},
2186+
"wireframe": {
2187+
"name": "Wireframe Visual Feedback Loop",
2188+
"id": "wireframe",
2189+
"description": "SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /plan, /tasks, and /implement.",
2190+
"author": "TortoiseWolfe",
2191+
"version": "0.1.0",
2192+
"download_url": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/archive/refs/tags/v0.1.0.zip",
2193+
"repository": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2194+
"homepage": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2195+
"documentation": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/README.md",
2196+
"changelog": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/CHANGELOG.md",
2197+
"license": "MIT",
2198+
"requires": {
2199+
"speckit_version": ">=0.6.0"
2200+
},
2201+
"provides": {
2202+
"commands": 6,
2203+
"hooks": 3
2204+
},
2205+
"tags": [
2206+
"wireframe",
2207+
"visual",
2208+
"design",
2209+
"ui",
2210+
"mockup",
2211+
"svg",
2212+
"feedback-loop",
2213+
"sign-off"
2214+
],
2215+
"verified": false,
2216+
"downloads": 0,
2217+
"stars": 0,
2218+
"created_at": "2026-04-17T00:00:00Z",
2219+
"updated_at": "2026-04-17T00:00:00Z"
2220+
},
21862221
"worktree": {
21872222
"name": "Worktree Isolation",
21882223
"id": "worktree",
@@ -2246,41 +2281,6 @@
22462281
"stars": 0,
22472282
"created_at": "2026-04-13T00:00:00Z",
22482283
"updated_at": "2026-04-13T00:00:00Z"
2249-
},
2250-
"wireframe": {
2251-
"name": "Wireframe Visual Feedback Loop",
2252-
"id": "wireframe",
2253-
"description": "SVG wireframe generation, review, and sign-off for spec-driven development. Approved wireframes become spec constraints honored by /plan, /tasks, and /implement.",
2254-
"author": "TortoiseWolfe (turtlewolfe.com)",
2255-
"version": "0.1.0",
2256-
"download_url": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/archive/refs/tags/v0.1.0.zip",
2257-
"repository": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2258-
"homepage": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe",
2259-
"documentation": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/README.md",
2260-
"changelog": "https://github.com/TortoiseWolfe/spec-kit-extension-wireframe/blob/main/CHANGELOG.md",
2261-
"license": "MIT",
2262-
"requires": {
2263-
"speckit_version": ">=0.6.0"
2264-
},
2265-
"provides": {
2266-
"commands": 6,
2267-
"hooks": 3
2268-
},
2269-
"tags": [
2270-
"wireframe",
2271-
"visual",
2272-
"design",
2273-
"ui",
2274-
"mockup",
2275-
"svg",
2276-
"feedback-loop",
2277-
"sign-off"
2278-
],
2279-
"verified": false,
2280-
"downloads": 0,
2281-
"stars": 0,
2282-
"created_at": "2026-04-17T00:00:00Z",
2283-
"updated_at": "2026-04-17T00:00:00Z"
22842284
}
22852285
}
22862286
}

0 commit comments

Comments
 (0)