zoahdev/dsh-plugin-doctor-action
zoahdev★ 0最后同步: 2026-08-16
GitHub Action: pre-publish health checks for DeepSeek Harness plugins (powered by dsh-plugin-doctor).
README 摘要
dsh-plugin-doctor-action A GitHub Action that runs pre-publish health checks on any DeepSeek Harness plugin - powered by dsh-plugin-doctor. One line in your workflow turns "it loads" into "it is checked": manifest structure, patch validity, entry points, files allowlist, and (optionally) a full build + pack + fresh-profile install smoke. Usage Inputs Input Default Meaning path . Plugin directory to check version v1.13.0 dsh-plugin-doctor release tag to install full false Also run --full (build + pack + fresh-profile install) Outputs Output Meaning ok true when the plugin passed Failures and warnings are also surfaced as GitHub annotations ( ::error:: / ::warning:: ) and written to the run summary. Why The DeepSeek Harness ecosystem ships plugins as source checkouts, npm packages, and GitHub tarballs - and "loads" is not "callable" (discussions 1965, 1697, 2002). This action makes the same checks the maintainers would run available to every plugin author before a user ever installs it. License MIT 中文说明 一个 GitHub Action,对任意 DeepSeek Harness 插件跑发布前健康检查,底层是 dsh-plugin-doctor。 一行配置,把「能加载」变成「检查过」:清单结构、patch 有效性、入口文件、files 白名单,以及(可选)完整的 build + pack + 全新 profile 安装冒烟测试。 用法 输入参数 参数 默认值 说明 …
在 GitHub 查看完整 README →