Skip to content

Commit df6b318

Browse files
Update Linear Integration extension to v0.8.0 (#4428)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cca91e4 commit df6b318

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/community/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The following community-contributed extensions are available in [`catalog.commun
8686
| Jira Mirror | Spec Kit ↔ Jira bridge for team-managed and company-managed projects: configurable workflows & hierarchies (Scrum/SAFe), multi-project, idempotent and fail-closed. macOS/Linux/Windows. | `integration` | Read+Write | [spec-kit-jira-mirror](https://github.com/Fyloss/spec-kit-jira-mirror) |
8787
| Keel Discovery | Evidence-backed discovery upstream of /speckit.specify, plus round-trip drift auditing after implementation | `process` | Read+Write | [spec-kit-keel](https://github.com/keeldiscovery/spec-kit-keel) |
8888
| 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) |
89-
| 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) |
89+
| 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) |
9090
| 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) |
9191
| 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) |
9292
| 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: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2680,10 +2680,10 @@
26802680
"linear": {
26812681
"name": "Linear Integration",
26822682
"id": "linear",
2683-
"description": "Mirror spec-kit feature directories into Linear (filesystem → Linear, reconcile-based, unidirectional).",
2683+
"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.",
26842684
"author": "Ash Brener",
2685-
"version": "0.7.0",
2686-
"download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.7.0.zip",
2685+
"version": "0.8.0",
2686+
"download_url": "https://github.com/ashbrener/spec-kit-linear-sync/archive/refs/tags/v0.8.0.zip",
26872687
"repository": "https://github.com/ashbrener/spec-kit-linear-sync",
26882688
"homepage": "https://github.com/ashbrener/spec-kit-linear-sync",
26892689
"documentation": "https://github.com/ashbrener/spec-kit-linear-sync/blob/main/README.md",
@@ -2710,7 +2710,7 @@
27102710
"downloads": 0,
27112711
"stars": 0,
27122712
"created_at": "2026-06-01T00:00:00Z",
2713-
"updated_at": "2026-06-22T00:00:00Z"
2713+
"updated_at": "2026-09-03T00:00:00Z"
27142714
},
27152715
"linear-weave": {
27162716
"name": "Linear Weave",

0 commit comments

Comments
 (0)