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. 8. 27.

설치

검증된 bundle이 없거나 호환성 검사에 실패했습니다. 먼저 저장소 설명을 읽어 주세요. 전체 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.