From 64bb056efe5b206f9028069f99bc06496723e498 Mon Sep 17 00:00:00 2001 From: Ash Brener Date: Mon, 8 Jun 2026 10:31:11 +0200 Subject: [PATCH 1/2] chore(catalog): bump linear to v0.3.0 + spec-kit-linear-sync URLs The Linear extension repo was renamed ashbrener/spec-kit-linear -> spec-kit-linear-sync and shipped v0.3.0. Update the community catalog entry's download_url (was pinned to v0.2.0), repository/homepage/documentation/changelog URLs, and version. extension id stays 'linear' (commands unchanged); old GitHub URLs redirect. --- extensions/catalog.community.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/extensions/catalog.community.json b/extensions/catalog.community.json index 1af9940652..660b77e4ac 100644 --- a/extensions/catalog.community.json +++ b/extensions/catalog.community.json @@ -1251,12 +1251,12 @@ "id": "linear", "description": "Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional).", "author": "Ash Brener", - "version": "0.2.0", - "download_url": "https://github.com/ashbrener/spec-kit-linear/archive/refs/tags/v0.2.0.zip", - "repository": "https://github.com/ashbrener/spec-kit-linear", - "homepage": "https://github.com/ashbrener/spec-kit-linear", - "documentation": "https://github.com/ashbrener/spec-kit-linear/blob/main/README.md", - "changelog": "https://github.com/ashbrener/spec-kit-linear/releases", + "version": "0.3.0", + "download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.3.0.zip", + "repository": "https://github.com/ashbrener/spec-kit-linear-sync", + "homepage": "https://github.com/ashbrener/spec-kit-linear-sync", + "documentation": "https://github.com/ashbrener/spec-kit-linear-sync/blob/main/README.md", + "changelog": "https://github.com/ashbrener/spec-kit-linear-sync/releases", "license": "MIT", "requires": { "speckit_version": ">=0.1.0" @@ -1277,7 +1277,7 @@ "downloads": 0, "stars": 0, "created_at": "2026-06-01T00:00:00Z", - "updated_at": "2026-06-01T00:00:00Z" + "updated_at": "2026-06-08T00:00:00Z" }, "m365": { "name": "Microsoft 365 Integration", From 4ad654cc43a5cfcc2f5d196edb69584dc4cd6186 Mon Sep 17 00:00:00 2001 From: Ash Brener Date: Mon, 8 Jun 2026 11:38:48 +0200 Subject: [PATCH 2/2] docs(community): point Linear extension table row at spec-kit-linear-sync --- docs/community/extensions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/community/extensions.md b/docs/community/extensions.md index 8d41db95c6..9cc481bacb 100644 --- a/docs/community/extensions.md +++ b/docs/community/extensions.md @@ -56,7 +56,7 @@ The following community-contributed extensions are available in [`catalog.commun | Iterate | Iterate on spec documents with a two-phase define-and-apply workflow — refine specs mid-implementation and go straight back to building | `docs` | Read+Write | [spec-kit-iterate](https://github.com/imviancagrace/spec-kit-iterate) | | Jira Integration | Create Jira Epics, Stories, and Issues from spec-kit specifications and task breakdowns with configurable hierarchy and custom field support | `integration` | Read+Write | [spec-kit-jira](https://github.com/mbachorik/spec-kit-jira) | | Learning Extension | Generate educational guides from implementations and enhance clarifications with mentoring context | `docs` | Read+Write | [spec-kit-learn](https://github.com/imviancagrace/spec-kit-learn) | -| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear](https://github.com/ashbrener/spec-kit-linear) | +| Linear Integration | Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional). | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) | | MAQA — Multi-Agent & Quality Assurance | Coordinator → feature → QA agent workflow with parallel worktree-based implementation. Language-agnostic. Auto-detects installed board plugins. Optional CI gate. | `process` | Read+Write | [spec-kit-maqa-ext](https://github.com/GenieRobot/spec-kit-maqa-ext) | | MAQA Azure DevOps Integration | Azure DevOps Boards integration for MAQA — syncs User Stories and Task children as features progress | `integration` | Read+Write | [spec-kit-maqa-azure-devops](https://github.com/GenieRobot/spec-kit-maqa-azure-devops) | | MAQA CI/CD Gate | Auto-detects GitHub Actions, CircleCI, GitLab CI, and Bitbucket Pipelines. Blocks QA handoff until pipeline is green. | `process` | Read+Write | [spec-kit-maqa-ci](https://github.com/GenieRobot/spec-kit-maqa-ci) |