-
Notifications
You must be signed in to change notification settings - Fork 7.2k
feat: add spec-kit-fixit extension to community catalog #2024
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,6 @@ | ||
| { | ||
| "schema_version": "1.0", | ||
| "updated_at": "2026-03-28T00:00:00Z", | ||
| "updated_at": "2026-03-30T00:00:00Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { | ||
| "aide": { | ||
|
|
@@ -345,6 +345,37 @@ | |
| "created_at": "2026-03-18T00:00:00Z", | ||
| "updated_at": "2026-03-18T00:00:00Z" | ||
| }, | ||
| "fixit": { | ||
| "name": "FixIt Extension", | ||
| "id": "fixit", | ||
| "description": "Spec-aware bug fixing: maps bugs to spec artifacts, proposes a plan, applies minimal changes.", | ||
| "author": "ismaelJimenez", | ||
| "version": "1.0.0", | ||
| "download_url": "https://github.com/speckit-community/spec-kit-fixit/archive/refs/tags/v1.0.0.zip", | ||
| "repository": "https://github.com/speckit-community/spec-kit-fixit", | ||
| "homepage": "https://github.com/speckit-community/spec-kit-fixit", | ||
|
Comment on lines
+354
to
+356
|
||
| "documentation": "https://github.com/speckit-community/spec-kit-fixit/blob/main/README.md", | ||
| "changelog": "https://github.com/speckit-community/spec-kit-fixit/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
| "requires": { | ||
| "speckit_version": ">=0.1.0" | ||
| }, | ||
| "provides": { | ||
| "commands": 1, | ||
| "hooks": 0 | ||
| }, | ||
| "tags": [ | ||
| "debugging", | ||
| "fixit", | ||
| "spec-alignment", | ||
| "post-implementation" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-03-30T00:00:00Z", | ||
| "updated_at": "2026-03-30T00:00:00Z" | ||
| }, | ||
| "fleet": { | ||
| "name": "Fleet Orchestrator", | ||
| "id": "fleet", | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The extension name capitalization is inconsistent with the catalog entry (
FixIt Extensionhere vsFixit Extensioninextensions/catalog.community.json). Please standardize the displayed name across README + catalog to avoid confusion/search mismatches.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed id on catalog to FixIt