全部插件

DSH / BUNDLE / BUNDLES

dsh-workflow-worktree

v0.1.0lisycotana / dsh-workflow-worktree9ecd3bcabd

外部 Git 组合包组合包组合包与其他模块社区 · Topic 自动分析
在 GitHub 打开
运行时构成
HOSTCLIENTUITOOLDATAFLOW

概览

dsh-workflow-worktree

Git worktree isolation backend for DeepSeek Harness workflows: binds each write-capable workflow agent to its own recoverable checkout.

社区 · Topic 自动分析 — 通过 GitHub dsh-plugin Topic 自动发现。静态检查在不执行第三方代码的前提下,验证了固定公开版本的根目录 bundle 契约与已提交文件;这不等于人工审核、安全审计、运行时冒烟测试、发布者身份验证或官方背书。

安装

从 GitHub 安装此组合包

CLI 会验证组合包、调用原生 DSH 安装,成功后才上报完成。

npx dshpub add lisycotana/dsh-workflow-worktree --ref 9ecd3bcabd0f24c46942e3d733e4384bf359cd19

能力

它贡献了什么

HostCordis loadable未核对
Client / UIHost only未核对
Model tools未核对未核对
Profile state未核对未核对

README / ZH

插件文档

Git worktree isolation for DeepSeek Harness workflows — every write-capable workflow agent gets its own checkout that cannot touch your working tree, and survives a crash.

LIMITATIONS

已知限制

- **No merge.** This creates and recovers isolated workspaces; deciding what to do with the result is the operator's. Diff/merge-preflight are deliberately out of scope for v1. - **Dirty lanes accumulate.** Retention is the safe default; `recoverLanes()` prunes only lanes git no longer knows about, never live ones. - **One repository per lane.** A task whose cwd is outside the repository root is refused rather than isolated somewhere surprising.