Add spec-validate to community catalog#2274
Conversation
- Extension ID: spec-validate - Version: 1.0.1 - Author: Ahmed Eltayeb - Description: Comprehension validation, review gating, and approval state for spec-kit artifacts
There was a problem hiding this comment.
Pull request overview
Adds the Spec Validate community extension to the Spec Kit community catalog and documentation so users can discover and install it.
Changes:
- Added
spec-validateentry toextensions/catalog.community.json(including version, URLs, requirements, and metadata). - Updated the catalog
updated_attimestamp. - Added Spec Validate to the Community Extensions table in
README.md.
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Registers the spec-validate extension in the community catalog and updates the catalog timestamp. |
| README.md | Documents the new community extension in the README table for discoverability. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 1
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
Lexicographically 'spec-validate' < 'speckit-utils' because '-' (0x2D) sorts before 'k' (0x6B). Move the entry to match the alphabetical ordering used in the 's' range of the catalog.
|
Thanks for the review! Addressed Copilot's feedback in 472b7c8 — moved |
mnriem
left a comment
There was a problem hiding this comment.
Please resolve conflicts
…xtension # Conflicts: # extensions/catalog.community.json
|
Conflicts resolved in fc505d3 — merged upstream/main into the branch. The conflict was in |
There was a problem hiding this comment.
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0 new
|
Thank you! |
Extension Submission
Extension Name: Spec Validate
Extension ID: spec-validate
Version: 1.0.1
Author: Ahmed Eltayeb
Repository: https://github.com/aeltayeb/spec-kit-spec-validate
Description
Comprehension validation, review gating, and approval state for spec-kit artifacts. Adds staged-reveal multiple-choice quizzes for
spec.mdandtasks.md, a peer review workflow with a 24-hour SLA, and a hardbefore_implementgate that blocks/speckit.implementuntil validation and review requirements are met. Cross-platform (bash + PowerShell), agent-adaptive UX (vscode/askQuestionswhen available, CLI fallback), and a split state model (git-tracked approval state vs. local private analytics).Checklist
extension.ymlmanifestREADME.mdwith installation and usage docsLICENSEfile included (MIT)extensions/catalog.community.jsonREADME.md(alphabetical, between "Spec Sync" and "SpecTest")Testing
tests/.