feat(catalog): add linear extension to community catalog#2749
Open
ashbrener wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new community extension entry to the catalog for a Linear integration (“Linear Bridge”).
Changes:
- Added a
linearextension record with metadata (links, version, tags, capability counts). - Registered compatibility requirements (
speckit_version) and provided feature counts (commands,hooks).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
a2e8918 to
b3f4548
Compare
Collaborator
|
Going forward for a new/update extension submission please use the extension submissions issue template as that will speed things up |
| "hooks": 6 | ||
| }, | ||
| "tags": [ | ||
| "issue-tracker", |
mnriem
requested changes
May 30, 2026
Collaborator
mnriem
left a comment
There was a problem hiding this comment.
Please address Copilot feedback
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds the
linearcommunity extension (spec-kit-linear) toextensions/catalog.community.jsonfor discovery.Extension repo: https://github.com/ashbrener/spec-kit-linear · Release: v0.1.1
What it does
Mirrors spec-kit feature directories into Linear: one Linear Issue per spec, sub-issues per task phase (checklists + inter-phase blocking relations), auto-synced via six
after_*lifecycle hooks. Direction is filesystem → Linear, reconcile-based, unidirectional — never mutates the local filesystem.integration.specify/extensions/linear/)speckit.linear.push/.pull/.status/.seed/.installafter_specify/clarify/plan/tasks/implement/analyzeEntry fields are copied verbatim from the extension's
extension.ymlmanifest.download_urlpins to the immutablev0.1.1release tag so the advertisedversionstays reproducible.Install model
catalog.community.jsonis discovery-only (install_allowed: falsein the default stack). Merging surfaces the entry viaspecify extension search linear/info linear. Install:Test plan
linearinserted betweenlearnandm365)download_urlresolves (HTTP 200 —/archive/refs/tags/v0.1.1.zip)version(0.1.1) matchesextension.ymland thev0.1.1release tagspecify extension search linearonce liveCompanion docs-table PR: #2750.