[extension] Add Quality Gates (Enforcement Layer) extension to community catalog#3431
Open
github-actions[bot] wants to merge 1 commit into
Open
[extension] Add Quality Gates (Enforcement Layer) extension to community catalog#3431github-actions[bot] wants to merge 1 commit into
github-actions[bot] wants to merge 1 commit into
Conversation
Add gates extension submitted by @schwichtgit to: - extensions/catalog.community.json (alphabetical order, between fx-to-dotnet and github-issues) - docs/community/extensions.md community extensions table Closes #3414 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
11 tasks
mnriem
approved these changes
Jul 10, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Adds the gates (“Quality Gates (Enforcement Layer)”) community extension to the Spec Kit community catalog and documentation list, making it discoverable via the community catalog and documented in the extensions table.
Changes:
- Added a new
gatesentry toextensions/catalog.community.json(with metadata, requirements, and provides). - Added a corresponding “Quality Gates (Enforcement Layer)” row to
docs/community/extensions.md. - Updated the catalog top-level
updated_attimestamp (and also included broader catalog reformatting/reordering beyond what the PR description calls out).
Show a summary per file
| File | Description |
|---|---|
| extensions/catalog.community.json | Adds the gates catalog entry and updates catalog timestamp (also includes additional unrelated reorder/format churn). |
| docs/community/extensions.md | Adds a table row for “Quality Gates (Enforcement Layer)”. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 2
- Review effort level: Low
Comment on lines
1
to
5
| { | ||
| "schema_version": "1.0", | ||
| "updated_at": "2026-07-07T00:00:00Z", | ||
| "updated_at": "2026-07-09T00:00:00Z", | ||
| "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", | ||
| "extensions": { |
Comment on lines
+1368
to
+1370
| "documentation": "https://github.com/schwichtgit/spec-gates/blob/main/docs/how-it-works.md", | ||
| "changelog": "", | ||
| "license": "MIT", |
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.
Add the
gatesextension submitted by@schwichtgitto the community catalog.Summary
gates)@schwichtgitDeterministic quality enforcement for Spec Kit projects at three boundaries — agent hooks, git pre-commit, CI — with one policy file and provable enforcement (attestations, canaries, verified parity).
Changes
extensions/catalog.community.json— insertedgatesentry in alphabetical order (betweenfx-to-dotnetandgithub-issues); updated top-levelupdated_atdocs/community/extensions.md— inserted row in alphabetical order (between "QA Testing Extension" and "RAG Azure Builder")Validation Results
^[a-z][a-z0-9-]*$)gates0.1.0extension.ymlpresentextension/extension.ymlREADME.mdpresentLICENSEpresentgates-0.1.0.zipAll validation checks passed.
Closes #3414
cc
@schwichtgit