hellosky983/dsh-fabric

Fabric — the everything-is-a-plugin primitive for DeepSeek Harness (dsh): unify every extensibility seam behind one declarative DSL.

Install

export PATH=/home/kevin/.local/lib/nodejs/node-v24.19.0-linux-x64/bin:$PATH
   cd /home/kevin/.dsh/profiles/web && pnpm install
   ```
3. 验证:`dsh --profile web --dump-config` 能看到 `# == dsh-fabric` 层。
4. **重启 host 进程**使 Host + Client 半生效。

### 升级

- 更新本地目录后,在 profile 目录重跑 `pnpm install`(link 包会指向同一路径,重启 host 即生效)。
- 从 Git 拉取后同上。

### 禁用(临时)

- 从 `dsh.profile.bundles` 数组中移除 `"dsh-fabric"`,`pnpm install` 后重启;或直接停掉对应 host 进程。

### 彻底移除

1. 从 profile `package.json` 的 `dependencies` 和 `dsh.profile.bundles` 中删除 `dsh-fabric`。
2. `pnpm install` 后重启 host。
3. 如需删除本地源码,删除 `dsh-fabric` 目录即可(Fabric 不写任何持久化状态,无残留数据)。

---

## Quick start

### 1. 插件代码:注册一个带代码的新工具

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

README

Expand full README Collapse

README is empty.