跳转至

dsh-plugin-template (sunshine-lang)

类型 示例 分类 学习
星数 ⭐3 状态 ✅ 活跃
能力 coding 更新时间 2026-08-14

📖 项目简介

English | 中文 一个开箱即用的 DeepSeek Harness 插件骨架。一切皆插件:本模板把 bundle 格式、工具 DSL、配置校验、测试与发布清单集中在一个项目里。

🚀 快速开始

├── package.json           # dsh.bundle.patch —— bundle 清单
├── cordis.patch.yml       # profile 挂载本 bundle 时插入的层
├── src/index.ts           # 插件本体:name / inject / Config / apply + 工具
├── test-integration.ts    # 无 key 的 harness 上下文测试
├── tsconfig.json          # 干净的构建配置(随包发布)
└── tsconfig.local.json    # 在 harness 仓库内构建(工作区类型路径)

🔗 链接