[extension] Update Linear Integration extension to v0.8.0#3201
Open
ashbrener wants to merge 1 commit into
Open
[extension] Update Linear Integration extension to v0.8.0#3201ashbrener wants to merge 1 commit into
ashbrener wants to merge 1 commit into
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the community catalog metadata for the linear extension to point to the v0.8.0 release artifact, keeping the docs table entry consistent with the existing public-facing description.
Changes:
- Bumped
linearextensionversionanddownload_urlto0.8.0/v0.8.0.zip. - Updated the
linearentry’supdated_attimestamp (preservingcreated_at,downloads,stars). - (Per PR metadata) Kept
docs/community/extensions.mdtable columns/content consistent for the Linear row.
Reviewed changes
Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| extensions/catalog.community.json | Updates the linear extension entry to v0.8.0 and refreshes the per-entry updated_at. |
| docs/community/extensions.md | Maintains the existing docs table row for Linear Integration (no display-column changes intended). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "stars": 0, | ||
| "created_at": "2026-06-01T00:00:00Z", | ||
| "updated_at": "2026-06-22T00:00:00Z" | ||
| "updated_at": "2026-06-27T00:00:00Z" |
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.
Updates the
linearcommunity catalog entry from v0.7.0 → v0.8.0, submitted by@ashbrener.Changes
extensions/catalog.community.json: updatedversion,download_url,updated_at; preservedcreated_at,downloads,stars.docs/community/extensions.md: no display-column changes (description, category, effect, and repo link are unchanged).What's new in v0.8.0 — hook self-healing
The community update path (
specify extension add linear --from <release-zip> --force) silently strips the bridge's sixafter_*auto-sync hooks from.specify/extensions.yml, so auto-sync quietly stops and the Linear board drifts with no signal. The bridge now self-reports its own hook health:speckit.linear.pushandspeckit.linear.status, missingafter_*hooks raise one named, non-blocking warning + the/speckit.linear.installremediation.speckit.linear.statusreports hook health as a first-class line (all present / partial+names / none); exit code unchanged.enabled: false); non-interactive runs are warn-only and mutate nothing.Additive;
extension.idstayslinear; no command/hook surface change. Release: https://github.com/ashbrener/spec-kit-linear-sync/releases/tag/v0.8.0 · download_url archive verified HTTP 200.