ask-linear 0.1.5 → 0.1.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5dd5f0e0bf8a37852e1eba156675c67b17c93ffd7298acd43594d75635d96673
4
- data.tar.gz: 4a99c746ac623117e581b50cad492be6786192c703eeaa94593216694310279c
3
+ metadata.gz: 1f265ff898f54f516184e47dd1c54f88ee22e20277070205131829ec0e9836dd
4
+ data.tar.gz: 2d971ac5edc837b3b33adf65670513047378ebc0fa2b0bebfc12f75f85d43797
5
5
  SHA512:
6
- metadata.gz: f45a4d54c5d9049282c3b2e7c434143fced23f3986484c7f4f2c2fa4d6630c8413bf996b873189e25135c9b6688456cd644f099ce01701c9c99eca77f6c18715
7
- data.tar.gz: 8c3a5d6a887e5f1d431d6107279f2f8d7d914ec1117ed32f08fb052b7c28c159206f157da392ef5c9734d3eefbbc07bc434bba38a3413ecc85a1866b689b46c8
6
+ metadata.gz: 0af85a2afe4f6f267b806c7af2871fe281b2518640b79c06f8c34e653e41292076d40af48f861442ecbc9bf1161d75a69d1d7cdb2bcec0e56f2c7ce35ea1a779
7
+ data.tar.gz: 1ef6e1d7f287555da83216e3844198a0b440bf6ce6c020f845462b9f8c8a64ebc32d81139cb8cec9903b6e7a66127021f62729325fe2937fb50a4db24e351059
data/CHANGELOG.md CHANGED
@@ -1,3 +1,13 @@
1
+ ## 2026-09-22
2
+
3
+ ### Deprecated
4
+
5
+ - `ask-linear` is deprecated in favor of Linear's official MCP server:
6
+ https://linear.app/docs/mcp (remote endpoint: `https://mcp.linear.app/mcp`).
7
+ Existing installations may continue to work, but this repository will
8
+ receive no further feature development. See the official MCP source for
9
+ setup and capabilities.
10
+
1
11
  ## [0.1.2] - 2026-06-25
2
12
 
3
13
  ### Changed
data/README.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
  [![Gem Version](https://badge.fury.io/rb/ask-linear.svg)](https://badge.fury.io/rb/ask-linear)
4
4
 
5
+ > **⚠️ DEPRECATED:** This gem is deprecated in favor of Linear's official MCP
6
+ > server. Use [Linear's official MCP server](https://linear.app/docs/mcp)
7
+ > (remote endpoint: `https://mcp.linear.app/mcp`) instead. Existing gem
8
+ > installations may continue to work, but this repository will receive no
9
+ > further feature development. See the official MCP documentation for setup
10
+ > instructions and capabilities.
11
+
5
12
  Linear service context for AI agents in the ask-rb ecosystem. It provides an
6
13
  authenticated GraphQL client for the Linear API, metadata constants for
7
14
  system prompts, and a structured error guide for common Linear API issues.
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Ask
4
4
  module Linear
5
- VERSION = '0.1.5'
5
+ VERSION = '0.1.6'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ask-linear
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kaka Ruto