dsh-humanize
Humanize Mode for DeepSeek Harness — the humanfia flow philosophy (draft → check → lock → review → run/resume, SHA-256 lock identity, HMAC review gate, event-sourced resumability) as an agent preset. Installing this bundle auto-installs the preset into the DSH preset root.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Guard42/dsh-humanize说明文档
阅读完整 README ↗配置
编辑 humanize.config.json(缺省即下表默认值),重启会话生效:
| 键 | 默认 | 说明 |
|---|---|---|
stateRootMode | "workspace" | workspace → /.humanize;home → ~/.dsh/humanize |
defaultExecutor | "spawn" | 节点缺省执行器 spawn | fork |
nodeModelDefault | "" | 子代理模型 "provider/model" 或 "model";空 = 继承会话模型 |
maxParallel | 2 | 每 run 并发激活上限 |
verifyTimeoutMs | 600000 | 裁判命令缺省超时 |
子代理模型三级优先级:节点 model → flow 顶层 model → 配置 nodeModelDefault → 继承会话模型。gate 节点不跑代理,其 model 字段忽略。