Letter2025/dsh-task-worktree

Letter2025★ 1JavaScript最后同步: 2026-08-21

在 GitHub 打开

README 摘要

dsh-task-worktree English 中文 Complete Git worktree support for DeepSeek Harness. A community plugin that gives DSH the task-scoped worktree workflow of Qoder / Codex / Claude Code: each task gets its own isolated git worktree checkout on its own branch, recorded in a per-repo manifest so it survives sessions and restarts . The main workspace stays untouched; conversations that use a worktree are marked with a branch badge on the session header (no workspace entry is created), and the changes can be brought back (Move to local) or committed directly on the worktree branch — always under explicit human control. It follows the design of Qoder's Worktree execution environment, Codex's codex worktree create --permanent , and Claude Code's --worktree sessions, adapted to DSH's session/workspace model. Design Concept (this plugin) Qoder Codex Claude Code Task-scoped isolated checkout Worktree execution environment codex worktree create --permanent claude --worktree Worktrees live in /.dsh-worktrees/ background worktree checkout .codex/worktrees/ .claude/worktrees/ Durable registry survives restarts per-session global index session binding Own branch per task branch selector — worktree- Op…

在 GitHub 查看完整 README →
工具/开发dsh-plugin

分类