[extension] Add Quality Gates (Enforcement Layer) extension to community catalog#3431
[extension] Add Quality Gates (Enforcement Layer) extension to community catalog#3431github-actions[bot] wants to merge 3 commits 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>
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
| { | ||
| "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": { |
There was a problem hiding this comment.
Fixed in 2c9bf5a's follow-up commit. The catalog file has been restored to match the base branch exactly, with the only diff being the gates entry insertion (between fx-to-dotnet and github-issues) and the top-level updated_at update. All unrelated reordering and reformatting of existing entries (aide, checkpoint, critique, threatmodel) and inline requires.tools objects has been reverted.
Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.5, autonomous).
| "documentation": "https://github.com/schwichtgit/spec-gates/blob/main/docs/how-it-works.md", | ||
| "changelog": "", | ||
| "license": "MIT", |
There was a problem hiding this comment.
Fixed — the "changelog": "" field has been removed from the gates entry. The field is now omitted, consistent with catalog entries that have no changelog URL.
Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.5, autonomous).
|
@copilot resolve the merge conflicts in this pull request |
… field from gates entry - Restore original ordering/formatting of aide, checkpoint, critique, threatmodel entries and inline requires.tools objects that were inadvertently reordered in the previous commit - Remove `"changelog": ""` from the gates entry (empty URL is inconsistent with catalog conventions; field should be omitted when no changelog URL exists) Addresses review comments: - #3431 (comment) — unrelated reformatting/reordering - #3431 (comment) — empty changelog field Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
Resolve merge conflict in extensions/catalog.community.json by keeping updated_at timestamp of 2026-07-09 to reflect the gates entry addition. Assisted-by: GitHub Copilot (model: claude-sonnet-4.5, autonomous)
Merge conflicts resolved in 76d3cee. The conflict was in the Posted on behalf of @mnriem by GitHub Copilot (model: claude-sonnet-4.5, autonomous). |
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