feat: add verify extension to community catalog#1726
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds the "Verify Extension" (verify) to the community catalog, enabling users to discover a post-implementation quality gate that validates implemented code against specification artifacts. It follows the standard community extension submission process as documented in the Extension Publishing Guide.
Changes:
- New
verifyextension entry added toextensions/catalog.community.jsonwith all required fields (id, name, description, author, version, download_url, repository, documentation, changelog, license, requires, provides, tags, verified, downloads, stars, timestamps). - Top-level
updated_atincatalog.community.jsonbumped to reflect the new catalog modification date. - New row added to the Available Community Extensions table in
extensions/README.md.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
extensions/catalog.community.json |
Adds the verify extension entry and updates the top-level updated_at timestamp |
extensions/README.md |
Adds a row for the Verify Extension in the Available Community Extensions table |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
3e7994d to
71c5ee0
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
Thank you! |
…ade-v0.1.7 * upstream/main: (26 commits) Add Community Walkthroughs section to README (github#1766) feat(extensions): add Jira Integration to community catalog (github#1764) Add Azure DevOps Integration extension to community catalog (github#1734) Fix docs: update Antigravity link and add initialization example (github#1748) fix: wire after_tasks and after_implement hook events into command templates (github#1702) make c ignores consistent with c++ (github#1747) chore: bump version to 0.1.13 (github#1746) feat: add kiro-cli and AGENT_CONFIG consistency coverage (github#1690) feat: add verify extension to community catalog (github#1726) Add Retrospective Extension to community catalog README table (github#1741) fix(scripts): add empty description validation and branch checkout error handling (github#1559) fix: correct Copilot extension command registration (github#1724) fix(implement): remove Makefile from C ignore patterns (github#1558) Add sync extension to community catalog (github#1728) fix(checklist): clarify file handling behavior for append vs create (github#1556) fix(clarify): correct conflicting question limit from 10 to 5 (github#1557) chore: bump version to 0.1.12 (github#1737) fix: use RELEASE_PAT so tag push triggers release workflow (github#1736) fix: release-trigger uses release branch + PR instead of direct push to main (github#1733) fix: Split release process to sync pyproject.toml version with git tags (github#1732) ...
* feat: add verify extension to community catalog * Add verify to extension readme --------- Co-authored-by: Ismael <ismael.jimenez-martinez@bmw.de>
Extension Submission
Extension Name: Verify Extension
Extension ID: verify
Version: 1.0.0
Author: ismaelJimenez
Repository: https://github.com/ismaelJimenez/spec-kit-verify
Description
Post-implementation quality gate that validates implemented code against specification artifacts.
Checklist
Testing
Tested on:
Additional Notes