diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 7ccb2b5c8..de16aae15 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -83,6 +83,7 @@ The following community-contributed extensions are available in [`catalog.commun | MemoryLint | Evidence-driven instruction drift checker: audits agent memory files for boundary, reality, conflict, and redundancy drift. | `process` | Read+Write | [memorylint](https://github.com/RbBtSn0w/spec-kit-extensions/tree/main/memorylint) | | Microsoft 365 Integration | Fetch Teams messages, meeting transcripts, and SharePoint/OneDrive files as local Markdown for spec generation | `integration` | Read+Write | [spec-kit-m365](https://github.com/BenBtg/spec-kit-m365) | | Multi-Model Review | Cross-model Spec Kit handoffs for spec authoring, implementation routing, and review. | `process` | Read+Write | [multi-model-review](https://github.com/formin/multi-model-review) | +| Multi-Repo Branch Sync | Creates the feature branch in affected sub-repositories and git submodules via plan/tasks hooks | `process` | Read+Write | [spec-kit-multi-repo-sync](https://github.com/fyloss/spec-kit-multi-repo-sync) | | Multi-Sites Spec Kit | Multi-site aware specify command with per-site spec folders, auto-increment, and Drupal support | `process` | Read+Write | [spec-kit-multi-sites](https://github.com/teeyo/spec-kit-multi-sites) | | .NET Framework to Modern .NET Migration | Orchestrate end-to-end .NET Framework to modern .NET migration across 7 phases, with SDD lifecycle integration | `process` | Read+Write | [spec-kit-fx-to-net](https://github.com/RogerBestMsft/spec-kit-FxToNet) | | Onboard | Contextual onboarding and progressive growth for developers new to spec-kit projects. Explains specs, maps dependencies, validates understanding, and guides the next step | `process` | Read+Write | [spec-kit-onboard](https://github.com/dmux/spec-kit-onboard) | diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 8ca9c4b7d..7bc844593 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1,6 +1,6 @@ { "schema_version": "1.0", - "updated_at": "2026-07-06T00:00:00Z", + "updated_at": "2026-07-08T00:00:00Z", "catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json", "extensions": { "aide": { @@ -2294,6 +2294,47 @@ "created_at": "2026-05-04T02:51:52Z", "updated_at": "2026-06-18T00:00:00Z" }, + "multi-repo-sync": { + "name": "Multi-Repo Branch Sync", + "id": "multi-repo-sync", + "description": "Creates the feature branch in affected sub-repositories and git submodules via plan/tasks hooks", + "author": "Fyloss", + "version": "1.0.0", + "download_url": "https://github.com/fyloss/spec-kit-multi-repo-sync/releases/download/v1.0.0/spec-kit-multi-repo-sync.zip", + "repository": "https://github.com/fyloss/spec-kit-multi-repo-sync", + "homepage": "https://github.com/fyloss/spec-kit-multi-repo-sync", + "documentation": "https://github.com/fyloss/spec-kit-multi-repo-sync/blob/main/README.md", + "changelog": "https://github.com/fyloss/spec-kit-multi-repo-sync/blob/main/CHANGELOG.md", + "license": "MIT", + "category": "process", + "effect": "read-write", + "requires": { + "speckit_version": ">=0.2.0", + "tools": [ + { + "name": "git", + "version": ">=2.31", + "required": true + } + ] + }, + "provides": { + "commands": 3, + "hooks": 2 + }, + "tags": [ + "git", + "branching", + "multi-repo", + "submodules", + "workflow" + ], + "verified": false, + "downloads": 0, + "stars": 0, + "created_at": "2026-07-08T00:00:00Z", + "updated_at": "2026-07-08T00:00:00Z" + }, "multi-sites": { "name": "Multi-Sites Spec Kit", "id": "multi-sites",