Skip to content

Commit 5969a75

Browse files
Update Linear Integration to v0.8.0
Update linear extension submitted by @ashbrener to: - extensions/catalog.community.json (version, download_url, description, tags, updated_at) - docs/community/extensions.md community extensions table Closes #4100 Assisted-by: GitHub Copilot (model: claude-sonnet-4.6, autonomous) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 21fb1bb commit 5969a75

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following community-contributed extensions are available in [`catalog.commun
7676
| 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) |
7777
| Keel Discovery | A Spec Kit extension that puts customer evidence upstream of /speckit.specify, and audits what you shipped against it afterwards | `process` | Read+Write | [spec-kit-keel](https://github.com/keeldiscovery/spec-kit-keel) |
7878
| 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) |
79-
| 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) |
79+
| Linear Integration | Automatically mirror your spec-kit specs into Linear — one issue per spec, a sub-issue per task phase, kept in sync as you work. | `integration` | Read+Write | [spec-kit-linear-sync](https://github.com/ashbrener/spec-kit-linear-sync) |
8080
| 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) |
8181
| 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) |
8282
| 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) |

extensions/catalog.community.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"schema_version": "1.0",
3-
"updated_at": "2026-08-14T00:00:00Z",
3+
"updated_at": "2026-08-17T00:00:00Z",
44
"catalog_url": "https://raw.githubusercontent.com/github/spec-kit/main/extensions/catalog.community.json",
55
"extensions": {
66
"adrkit": {
@@ -2288,10 +2288,10 @@
22882288
"linear": {
22892289
"name": "Linear Integration",
22902290
"id": "linear",
2291-
"description": "Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional).",
2291+
"description": "Automatically mirror your spec-kit specs into Linear — one issue per spec, a sub-issue per task phase, kept in sync as you work.",
22922292
"author": "Ash Brener",
2293-
"version": "0.7.0",
2294-
"download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.7.0.zip",
2293+
"version": "0.8.0",
2294+
"download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.8.0.zip",
22952295
"repository": "https://github.com/ashbrener/spec-kit-linear-sync",
22962296
"homepage": "https://github.com/ashbrener/spec-kit-linear-sync",
22972297
"documentation": "https://github.com/ashbrener/spec-kit-linear-sync/blob/main/README.md",
@@ -2311,14 +2311,13 @@
23112311
"linear",
23122312
"tasks-sync",
23132313
"lifecycle-mirror",
2314-
"memory",
23152314
"cross-repo"
23162315
],
23172316
"verified": false,
23182317
"downloads": 0,
23192318
"stars": 0,
23202319
"created_at": "2026-06-01T00:00:00Z",
2321-
"updated_at": "2026-06-22T00:00:00Z"
2320+
"updated_at": "2026-08-17T00:00:00Z"
23222321
},
23232322
"linear-weave": {
23242323
"name": "Linear Weave",

0 commit comments

Comments
 (0)