Add Spec Kit Discovery Extension to community catalog#24
Merged
Conversation
…scovery-extension # Conflicts: # docs/community/extensions.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Adds the Spec Kit Discovery Extension to the community extension catalog using the community submission flow.
This PR updates only the two maintainer-owned catalog surfaces required by the community extension workflow:
extensions/catalog.community.jsondocs/community/extensions.mdThe submitted extension version is
0.2.0, with 6 commands and no hooks. The existing upstream submission issue was updated to matchv0.2.0: github#3113.Note: I could not add the
extension-submissionlabel to the upstream issue because this account does not have label permissions ongithub/spec-kit.Testing
uv run specify --helpuv sync && uv run pytestAdditional validation performed:
python -c "import json; json.load(open('extensions/catalog.community.json', encoding='utf-8')); print('Valid JSON')"extensions/catalog.community.jsonv0.2.0release exists and is not draft/prereleasecurl.exe -I -L https://github.com/bigsmartben/spec-kit-discovery/archive/refs/tags/v0.2.0.zipreturned a final200 OKzip responsespecify extension listreportsCommands: 6 | Hooks: 0PYTHONPATH=src uv run pytest tests/test_extensions.py::TestExtensionCatalog -q-> 54 passedgit diff --checkAI Disclosure
OpenAI Codex helped inspect the community extension submission rules, update the issue body to
v0.2.0, add the catalog/docs entries, run validation checks, and draft this PR body.References github#3113.