Guard42/dsh-humanize0

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.

包名
dsh-humanize
版本
0.1.0
许可证
MIT
最近更新
2026年8月24日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Guard42/dsh-humanize

配置

编辑 humanize.config.json(缺省即下表默认值),重启会话生效:

默认说明
stateRootMode"workspace"workspace → /.humanize;home → ~/.dsh/humanize
defaultExecutor"spawn"节点缺省执行器 spawn | fork
nodeModelDefault""子代理模型 "provider/model""model";空 = 继承会话模型
maxParallel2每 run 并发激活上限
verifyTimeoutMs600000裁判命令缺省超时

子代理模型三级优先级:节点 model → flow 顶层 model → 配置 nodeModelDefault → 继承会话模型。gate 节点不跑代理,其 model 字段忽略。