TY-ang/dsh-worktree-flow

TY-ang★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

DSH (DeepSeek Harness) plugin: multi-repo feature workspaces — one directory per feature, one git worktree per component repo, all on a shared feature branch, auto-registered as a DSH workspace.

README 摘要

dsh-worktree-flow English 中文 A multi-repo feature workspace plugin for DSH (DeepSeek Harness): one feature/version = one directory holding a git worktree per component repository, all on one shared feature branch — and the feature root is registered as a DSH workspace , so you pick it in the sidebar/new-session workspace picker and the session sandbox lands exactly on that feature scope. The core concept is the set : bind several repositories together under a name, stored centrally ( $DSH HOME/worktree-flow/sets/ .json ). No anchor repository, no config files inside any repo. What it solves Your workflow: one district per feature, writing frontend + backend + API in a single session. The pain: forget to declare directories/branches in the prompt and the agent writes in the wrong place. Three layers make "wrong branch" physically impossible: 1. Sandbox : the session can only write inside the feature root — the main checkout and other features are physically out of reach; 2. Pre-created branches : every component worktree is checked out on the feature branch at creation time, so writes land on the right branch by default; 3. Identity note : when a session lives in a feature workspace…

在 GitHub 查看完整 README →
工具/开发deepseek-harnessdsh-pluginfeature-workspacegit-worktreemulti-repositorysidebar

分类