Skip to content

Commit f5d4772

Browse files
mnriemCopilot
andauthored
Add Coding Standards Drift Control extension to community catalog (#2934)
Add coding-standards-drift-control extension submitted by @benizzio to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #2923 Co-authored-by: Manfred Riem <mnriem@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 4e899d3 commit f5d4772

2 files changed

Lines changed: 35 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ The following community-contributed extensions are available in [`catalog.commun
4444
| CI Guard | Spec compliance gates for CI/CD — verify specs exist, check drift, and block merges on gaps | `process` | Read-only | [spec-kit-ci-guard](https://github.com/Quratulain-bilal/spec-kit-ci-guard) |
4545
| Checkpoint Extension | Commit the changes made during the middle of the implementation, so you don't end up with just one very large commit at the end | `code` | Read+Write | [spec-kit-checkpoint](https://github.com/aaronrsun/spec-kit-checkpoint) |
4646
| Cleanup Extension | Post-implementation quality gate that reviews changes, fixes small issues (scout rule), creates tasks for medium issues, and generates analysis for large issues | `code` | Read+Write | [spec-kit-cleanup](https://github.com/dsrednicki/spec-kit-cleanup) |
47+
| Coding Standards Drift Control | Generate coding-standards drift reports and remediation tasks for active Spec Kit features | `code` | Read+Write | [spec-kit-coding-standards-drift-control](https://github.com/benizzio/spec-kit-coding-standards-drift-control) |
4748
| Conduct Extension | Orchestrates spec-kit phases via sub-agent delegation to reduce context pollution. | `process` | Read+Write | [spec-kit-conduct-ext](https://github.com/twbrandon7/spec-kit-conduct-ext) |
4849
| Confluence Extension | Create a doc in Confluence summarizing the specifications and planning files | `integration` | Read+Write | [spec-kit-confluence](https://github.com/aaronrsun/spec-kit-confluence) |
4950
| Cost Tracker | Track real LLM dollar cost across SDD workflows — per-feature budgets, per-integration comparison, and finance-ready exports | `visibility` | Read+Write | [spec-kit-cost](https://github.com/Quratulain-bilal/spec-kit-cost) |

extensions/catalog.community.json

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-06-09T00:00:00Z",
3+
"updated_at": "2026-06-11T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -736,6 +736,39 @@
736736
"created_at": "2026-02-22T00:00:00Z",
737737
"updated_at": "2026-02-22T00:00:00Z"
738738
},
739+
"coding-standards-drift-control": {
740+
"name": "Coding Standards Drift Control",
741+
"id": "coding-standards-drift-control",
742+
"description": "Generate coding-standards drift reports and remediation tasks for active Spec Kit features",
743+
"author": "Igor Benicio de Mesquita",
744+
"version": "0.3.1",
745+
"download_url": "https://github.com/benizzio/spec-kit-coding-standards-drift-control/archive/refs/tags/v0.3.1.zip",
746+
"repository": "https://github.com/benizzio/spec-kit-coding-standards-drift-control",
747+
"homepage": "https://github.com/benizzio/spec-kit-coding-standards-drift-control",
748+
"documentation": "https://github.com/benizzio/spec-kit-coding-standards-drift-control#readme",
749+
"changelog": "https://github.com/benizzio/spec-kit-coding-standards-drift-control/blob/main/CHANGELOG.md",
750+
"license": "MIT",
751+
"category": "code",
752+
"effect": "read-write",
753+
"requires": {
754+
"speckit_version": ">=0.2.0"
755+
},
756+
"provides": {
757+
"commands": 2,
758+
"hooks": 1
759+
},
760+
"tags": [
761+
"analysis",
762+
"standards",
763+
"quality",
764+
"maintenance"
765+
],
766+
"verified": false,
767+
"downloads": 0,
768+
"stars": 0,
769+
"created_at": "2026-06-11T00:00:00Z",
770+
"updated_at": "2026-06-11T00:00:00Z"
771+
},
739772
"conduct": {
740773
"name": "Conduct Extension",
741774
"id": "conduct",

0 commit comments

Comments
 (0)