-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Add Status Report extension to community catalog #1860
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-19T12:08:20Z", | ||
| "updated_at": "2026-03-20T17:07:00Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { | ||
| "archive": { | ||
|
|
@@ -546,6 +546,37 @@ | |
| "created_at": "2026-03-02T00:00:00Z", | ||
| "updated_at": "2026-03-02T00:00:00Z" | ||
| }, | ||
| "status-report": { | ||
| "name": "Status Report", | ||
| "id": "status-report", | ||
| "description": "Display project status, feature progress, and recommended next actions across the spec-driven development workflow.", | ||
| "author": "Open-Agent-Tools", | ||
| "version": "1.1.4", | ||
| "download_url": "https://github.com/Open-Agent-Tools/spec-kit-status/archive/refs/tags/v1.1.4.zip", | ||
| "repository": "https://github.com/Open-Agent-Tools/spec-kit-status", | ||
|
Comment on lines
+554
to
+556
|
||
| "homepage": "https://github.com/Open-Agent-Tools/spec-kit-status", | ||
| "documentation": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/README.md", | ||
| "changelog": "https://github.com/Open-Agent-Tools/spec-kit-status/blob/main/CHANGELOG.md", | ||
| "license": "MIT", | ||
| "requires": { | ||
| "speckit_version": ">=0.1.0" | ||
| }, | ||
| "provides": { | ||
| "commands": 1, | ||
| "hooks": 0 | ||
| }, | ||
| "tags": [ | ||
| "workflow", | ||
| "status", | ||
| "project-management", | ||
| "visibility" | ||
| ], | ||
| "verified": false, | ||
| "downloads": 0, | ||
| "stars": 0, | ||
| "created_at": "2026-03-20T17:07:00Z", | ||
| "updated_at": "2026-03-20T17:07:00Z" | ||
| }, | ||
| "understanding": { | ||
| "name": "Understanding", | ||
| "id": "understanding", | ||
|
|
||
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.
For readability and to reduce future diff conflicts, keep extension keys in a consistent alphabetical order. Right now
status-reportis separated from the existingstatusentry further down; consider movingstatus-reportnext tostatus(withstatusbeforestatus-report) so related entries are adjacent.