Skip to content

Commit d3f872f

Browse files
ashbrenerAsh Brener
andauthored
chore(catalog): bump Linear Integration to v0.3.0 (repo renamed to spec-kit-linear-sync) (#2893)
* 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. * docs(community): point Linear extension table row at spec-kit-linear-sync --------- Co-authored-by: Ash Brener <ashley@midletearth.com>
1 parent 8373a60 commit d3f872f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ The following community-contributed extensions are available in [`catalog.commun
5656
| 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) |
5757
| 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) |
5858
| 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) |
59-
| 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) |
59+
| 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) |
6060
| 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) |
6161
| 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) |
6262
| 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) |

extensions/catalog.community.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1251,12 +1251,12 @@
12511251
"id": "linear",
12521252
"description": "Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional).",
12531253
"author": "Ash Brener",
1254-
"version": "0.2.0",
1255-
"download_url": "https://github.com/ashbrener/spec-kit-linear/archive/refs/tags/v0.2.0.zip",
1256-
"repository": "https://github.com/ashbrener/spec-kit-linear",
1257-
"homepage": "https://github.com/ashbrener/spec-kit-linear",
1258-
"documentation": "https://github.com/ashbrener/spec-kit-linear/blob/main/README.md",
1259-
"changelog": "https://github.com/ashbrener/spec-kit-linear/releases",
1254+
"version": "0.3.0",
1255+
"download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.3.0.zip",
1256+
"repository": "https://github.com/ashbrener/spec-kit-linear-sync",
1257+
"homepage": "https://github.com/ashbrener/spec-kit-linear-sync",
1258+
"documentation": "https://github.com/ashbrener/spec-kit-linear-sync/blob/main/README.md",
1259+
"changelog": "https://github.com/ashbrener/spec-kit-linear-sync/releases",
12601260
"license": "MIT",
12611261
"requires": {
12621262
"speckit_version": ">=0.1.0"
@@ -1277,7 +1277,7 @@
12771277
"downloads": 0,
12781278
"stars": 0,
12791279
"created_at": "2026-06-01T00:00:00Z",
1280-
"updated_at": "2026-06-01T00:00:00Z"
1280+
"updated_at": "2026-06-08T00:00:00Z"
12811281
},
12821282
"m365": {
12831283
"name": "Microsoft 365 Integration",

0 commit comments

Comments
 (0)