-
Notifications
You must be signed in to change notification settings - Fork 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 1 commit
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-20T00:00:00Z", | ||
mnriem marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| "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.", | ||
|
Comment on lines
+549
to
+552
|
||
| "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-20T00:00:00Z", | ||
| "updated_at": "2026-03-20T00:00:00Z" | ||
| }, | ||
| "understanding": { | ||
| "name": "Understanding", | ||
| "id": "understanding", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.