From 812cd02639bc5bcaf0f83487e8a06dc47066a9e0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 19:13:25 +0000 Subject: [PATCH 1/2] Update Charter extension to v0.6.1 Update charter extension submitted by @Huljo: - extensions/catalog.community.json (version, download_url, etc.) - docs/community/extensions.md community extensions table Closes #4404 Assisted-by: GitHub Copilot (model: gpt-5.2-codex, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 2 +- extensions/catalog.community.json | 15 ++++++++------- 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 4c995b0f52..072601fb39 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -52,7 +52,7 @@ The following community-contributed extensions are available in [`catalog.commun | Bugfix Workflow | Structured bugfix workflow — capture bugs, trace to spec artifacts, and patch specs surgically | `process` | Read+Write | [spec-kit-bugfix](https://github.com/Quratulain-bilal/spec-kit-bugfix) | | Canon | Adds canon-driven (baseline-driven) workflows: spec-first, code-first, spec-drift. Requires Canon Core preset installation. | `process` | Read+Write | [spec-kit-canon](https://github.com/maximiliamus/spec-kit-canon/tree/master/extension) | | Catalog CI | Automated validation for spec-kit community catalog entries — structure, URLs, diffs, and linting | `process` | Read-only | [spec-kit-catalog-ci](https://github.com/Quratulain-bilal/spec-kit-catalog-ci) | -| Charter | Compose modular project constitutions from shared fragment registries. Centralize governance rules, select per-project fragments, track upstream changes, and keep multi-project setups consistent. | `process` | Read+Write | [spec-kit-charter](https://github.com/Fyloss/spec-kit-charter) | +| Charter | Compose project constitutions from shared fragment registries | `process` | Read+Write | [spec-kit-charter](https://github.com/Fyloss/spec-kit-charter) | | 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) | | 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) | | 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) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 6044a2ee02..239df99964 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-09-01T00:00:00Z", + "updated_at": "2026-09-02T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "adrkit": { @@ -1039,13 +1039,13 @@ "charter": { "name": "Charter", "id": "charter", - "description": "Compose modular project constitutions from shared fragment registries. Centralize governance rules, select per-project fragments, track upstream changes, and keep multi-project setups consistent.", + "description": "Compose project constitutions from shared fragment registries", "author": "Fyloss", - "version": "0.5.1", - "download_url": "https://github.com/Fyloss/spec-kit-charter/archive/refs/tags/v0.5.1.zip", + "version": "0.6.1", + "download_url": "https://github.com/Fyloss/spec-kit-charter/archive/refs/tags/v0.6.1.zip", "repository": "https://github.com/Fyloss/spec-kit-charter", "homepage": "https://github.com/Fyloss/spec-kit-charter", - "documentation": "https://github.com/Fyloss/spec-kit-charter/tree/master/docs", + "documentation": "https://github.com/Fyloss/spec-kit-charter/blob/master/README.md", "changelog": "https://github.com/Fyloss/spec-kit-charter/blob/master/CHANGELOG.md", "license": "MIT", "category": "process", @@ -1066,7 +1066,8 @@ "tags": [ "constitution", "governance", - "modular", + "multi-repo", + "composition", "fragments", "registry" ], @@ -1074,7 +1075,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-07-06T00:00:00Z", - "updated_at": "2026-08-04T00:00:00Z" + "updated_at": "2026-09-02T00:00:00Z" }, "ci-guard": { "name": "CI Guard", From 0eb32bf91ea2b845cc1331d11ad74501d5f6fc9e Mon Sep 17 00:00:00 2001 From: Ken Schlobohm Date: Wed, 2 Sep 2026 14:30:34 -0500 Subject: [PATCH 2/2] Fix fragments entry in catalog community JSON Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- extensions/catalog.community.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 239df99964..0f918c1d9f 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1068,8 +1068,7 @@ "governance", "multi-repo", "composition", - "fragments", - "registry" + "fragments" ], "verified": false, "downloads": 0,