DSH HUB
首页插件商店插件包社区排行榜资源发布指南
插件源码
返回插件目录

eya46 /

eya46/dsh-plugins

仅 Topic 仓库

Personal plugins for dsh projects.

★ 0 Stars0 Forks0 IssuesN/A 社区评分0 已确认安装
查看 GitHub
README来源: main@4181b288

@eya46/dsh-plugins

pnpm monorepo for DeepSeek Harness plugins.

Package Description
@eya46/dsh-plugin-info Settings page for profile-added plugins, updates, and version notes

Install

From npm (published package):

dsh plugin --profile web add @eya46/dsh-plugin-info

From this monorepo (local development):

pnpm install
dsh plugin --profile web add "file:./packages/dsh-plugin-info"

Development

pnpm install
pnpm -r --filter "./packages/**" test          # run tests for every package
pnpm -r --filter "./packages/**" typecheck     # typecheck every package
pnpm -r --filter "./packages/**" build         # build every package

Releases

This monorepo uses changesets to drive versioning, npm publishing, and GitHub releases.

  1. Ship a change. Open a PR that touches packages/*, and include a .changeset/<name>.md describing the user-facing change and the semver bump for each affected package:
    ---
    "@eya46/dsh-plugin-info": patch
    ---
    
    Brief, user-facing summary of what changed.
    
  2. Merge the PR. The Release GitHub Action opens (or updates) a chore: release packages PR that bumps affected package.json versions and writes per-package CHANGELOG.md entries.
  3. Merge the release PR. The same Action publishes the new versions to npm, creates the git tag, and opens a GitHub release with auto-generated notes for each package.

Required GitHub repository secret: NPM_TOKEN — an npm Granular Access Token with the "Automation" type, scoped to the packages this org publishes. Trusted publishing (OIDC) is planned.

—/ 5

暂无评分

需要先验证清单

Commit 4181b288b872

社区评论

还没有评论,来写第一条。

DSH HUB

社区维护的 DSH 插件索引。不是 GitHub 或 DeepSeek AI 的官方产品。

社区资源API关于