hellosky983/dsh-foundry

Plugin ⭐ 2 MIT ecosystem

Plugin Foundry — a self-extending, everything-is-a-plugin compiler for DeepSeek Harness (DSH). Blueprint registry + scaffold/validate tools.

Install

并在 `dsh.profile.bundles` 数组加入 `"dsh-foundry"`。
2. 在 profile 目录安装:
   ```bash
   cd $DSH_HOME/profiles/web && pnpm install
   ```
3. 重启 DSH(或重载 web profile),验证:
   ```bash
   dsh --profile web --dump-config   # 应看到 "# == dsh-foundry" 层
   ```

### 升级

更新 link 指向的源码目录后,`cd $DSH_HOME/profiles/web && pnpm install`,重启即可(link 包无需重装版本号)。

### 禁用 / 彻底移除

Add hellosky983/dsh-foundry to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.