From e8cd9490a7e50cba368c42cbcbb3af986b132557 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 14:22:47 +0000 Subject: [PATCH] Add Charter extension to community catalog Add charter extension submitted by @Huljo to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3322 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/community/extensions.md | 1 + extensions/catalog.community.json | 36 ++++++++++++++++++++++++++++++- 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 0da3b3db6..8aacc82f0 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -42,6 +42,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) | | 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 81ba3ac2b..b9aef8dc7 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-07-01T00:00:00Z", + "updated_at": "2026-07-06T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -670,6 +670,40 @@ "created_at": "2026-04-11T18:00:00Z", "updated_at": "2026-04-11T18:00:00Z" }, + "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.", + "author": "Fyloss", + "version": "0.3.1", + "download_url": "https://github.com/Fyloss/spec-kit-charter/archive/refs/tags/v0.3.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", + "changelog": "https://github.com/Fyloss/spec-kit-charter/blob/master/CHANGELOG.md", + "license": "MIT", + "category": "process", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.11.9" + }, + "provides": { + "commands": 5, + "hooks": 1 + }, + "tags": [ + "constitution", + "governance", + "modular", + "fragments", + "registry" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-07-06T00:00:00Z", + "updated_at": "2026-07-06T00:00:00Z" + }, "ci-guard": { "name": "CI Guard", "id": "ci-guard",