LJH-snow/dsh-tool-linear0

@libai168/dsh-tool-linear

Linear tools for DeepSeek Harness: search issues, inspect projects/cycles/teams, create and update tickets, and comment

AI 分析

为 DSH 提供 Linear 项目管理工具集成。适合使用 Linear 进行研发协同、需要 Agent 辅助管理工单的团队,配置时必须提供 Linear 个人 API 密钥。

パッケージ
@libai168/dsh-tool-linear
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/27

インストール

検証済み bundle がないか、互換性チェックに失敗しています。先にリポジトリの説明を読んでください。 README 全文を読む ↗

ドキュメント

README 全文を読む ↗

Configuration

Load the plugin in a dsh composition config (cordis.yml):

- name: 'github:LJH-snow/dsh-tool-linear'
  config:
    apiKey: 'lin_api_xxx'              # required: Linear personal API key
    baseUrl: 'https://api.linear.app/graphql'  # optional
    timeoutMs: 15000                    # optional, default 15000

Full example: examples/cordis.yml.

Security: the first version requires an API key for every tool because Linear workspaces are access-controlled and several tools modify tickets. Create a personal API key under Linear Settings > Security & access, grant it the minimum permissions needed, and never commit it.