Skip to content

Commit 4bb5166

Browse files
Add Charter extension to community catalog (#3363)
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: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 73f77c2 commit 4bb5166

2 files changed

Lines changed: 36 additions & 1 deletion

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following community-contributed extensions are available in [`catalog.commun
4242
| 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) |
4343
| 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) |
4444
| 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) |
45+
| 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) |
4546
| 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) |
4647
| 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) |
4748
| 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) |

extensions/catalog.community.json

Lines changed: 35 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-07-01T00:00:00Z",
3+
"updated_at": "2026-07-06T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"aide": {
@@ -670,6 +670,40 @@
670670
"created_at": "2026-04-11T18:00:00Z",
671671
"updated_at": "2026-04-11T18:00:00Z"
672672
},
673+
"charter": {
674+
"name": "Charter",
675+
"id": "charter",
676+
"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.",
677+
"author": "Fyloss",
678+
"version": "0.3.1",
679+
"download_url": "https://github.com/Fyloss/spec-kit-charter/archive/refs/tags/v0.3.1.zip",
680+
"repository": "https://github.com/Fyloss/spec-kit-charter",
681+
"homepage": "https://github.com/Fyloss/spec-kit-charter",
682+
"documentation": "https://github.com/Fyloss/spec-kit-charter/tree/master/docs",
683+
"changelog": "https://github.com/Fyloss/spec-kit-charter/blob/master/CHANGELOG.md",
684+
"license": "MIT",
685+
"category": "process",
686+
"effect": "read-write",
687+
"requires": {
688+
"speckit_version": ">=0.11.9"
689+
},
690+
"provides": {
691+
"commands": 5,
692+
"hooks": 1
693+
},
694+
"tags": [
695+
"constitution",
696+
"governance",
697+
"modular",
698+
"fragments",
699+
"registry"
700+
],
701+
"verified": false,
702+
"downloads": 0,
703+
"stars": 0,
704+
"created_at": "2026-07-06T00:00:00Z",
705+
"updated_at": "2026-07-06T00:00:00Z"
706+
},
673707
"ci-guard": {
674708
"name": "CI Guard",
675709
"id": "ci-guard",

0 commit comments

Comments
 (0)