Skip to content

Commit b79ae33

Browse files
github-actions[bot]CopilotmnriemCopilot
authored
[extension] Add Linear Weave extension to community catalog (#3609)
* Add Linear Weave extension to community catalog Add linear-weave extension submitted by @tonydwoodhouse to: - extensions/catalog.community.json (alphabetical order) - docs/community/extensions.md community extensions table Closes #3603 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Manfred Riem <15701806+mnriem@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b6b3ec4 commit b79ae33

2 files changed

Lines changed: 35 additions & 0 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ The following community-contributed extensions are available in [`catalog.commun
7070
| Jira Integration (Sync Engine) | Idempotent, drift-aware, fail-closed reconcile engine mirroring spec-kit specs into Jira (Epic per repo, Story per spec, Subtask per phase) | `integration` | Read+Write | [spec-kit-jira-sync](https://github.com/ashbrener/spec-kit-jira-sync) |
7171
| 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) |
7272
| 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) |
73+
| Linear Weave | Weave Spec Kit into Linear: pull requirements, mirror tasks.md into sub-issues, sync statuses | `integration` | Read+Write | [spec-kit-linear-weave](https://github.com/tonydwoodhouse/spec-kit-linear-weave) |
7374
| LLM Wiki | LLM-maintained compounding project wiki: source ingestion, cited answers, and consistency linting | `docs` | Read+Write | [spec-kit-wiki](https://github.com/formin/spec-kit-wiki) |
7475
| Loop Engineering | Engineer safe autonomous agent loops for spec-driven development: a maker/checker split, externalized loop state, and stay-the-engineer guardrails against comprehension debt and cognitive surrender | `process` | Read+Write | [spec-kit-loop](https://github.com/formin/spec-kit-loop) |
7576
| 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) |

extensions/catalog.community.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2029,6 +2029,40 @@
20292029
"created_at": "2026-06-01T00:00:00Z",
20302030
"updated_at": "2026-06-22T00:00:00Z"
20312031
},
2032+
"linear-weave": {
2033+
"name": "Linear Weave",
2034+
"id": "linear-weave",
2035+
"description": "Weave Spec Kit into Linear: pull requirements, mirror tasks.md into sub-issues, sync statuses.",
2036+
"author": "Tony Woodhouse",
2037+
"version": "1.0.0",
2038+
"download_url": "https://github.com/tonydwoodhouse/spec-kit-linear-weave/archive/refs/tags/v1.0.0.zip",
2039+
"repository": "https://github.com/tonydwoodhouse/spec-kit-linear-weave",
2040+
"homepage": "https://github.com/tonydwoodhouse/spec-kit-linear-weave",
2041+
"documentation": "https://github.com/tonydwoodhouse/spec-kit-linear-weave#readme",
2042+
"changelog": "https://github.com/tonydwoodhouse/spec-kit-linear-weave/blob/main/CHANGELOG.md",
2043+
"license": "MIT",
2044+
"category": "integration",
2045+
"effect": "read-write",
2046+
"requires": {
2047+
"speckit_version": ">=0.13.0,<1.0.0",
2048+
"tools": [{ "name": "linear-mcp", "required": true }]
2049+
},
2050+
"provides": {
2051+
"commands": 5,
2052+
"hooks": 5
2053+
},
2054+
"tags": [
2055+
"linear",
2056+
"issue-tracking",
2057+
"integration",
2058+
"workflow"
2059+
],
2060+
"verified": false,
2061+
"downloads": 0,
2062+
"stars": 0,
2063+
"created_at": "2026-07-21T00:00:00Z",
2064+
"updated_at": "2026-07-21T00:00:00Z"
2065+
},
20322066
"loop": {
20332067
"name": "Loop Engineering",
20342068
"id": "loop",

0 commit comments

Comments
 (0)