Alexis-fish/dsh-worktrees1

dsh-worktrees

Project, session, and Git worktree workflow for DeepSeek Harness

AI 분석

核心用途是结合 Git worktree 机制管理多任务分支。适合需要在干净的 Git 分支中并行开发不同功能、避免本地代码冲突的专业开发者。

패키지
dsh-worktrees
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 14.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alexis-fish/dsh-worktrees

Configuration

- id: worktree
  name: dsh-worktrees
  config:
    root: ""
    branchPrefix: dsh/worktree/
    requireCleanSource: true
    archiveRetentionDays: 7
    cleanupIntervalMinutes: 60
    gitCommand: git
    gitGraceMs: 2000
    maxGitOutputBytes: 1048576
OptionDefaultMeaning
rootempty$DSH_HOME/worktrees, falling back to ~/.dsh/worktrees.
branchPrefixdsh/worktree/Generated task branch prefix.
requireCleanSourcetrueRefuse task creation from a dirty source worktree.
archiveRetentionDays7Retain archived Session metadata in the plugin Project index.
cleanupIntervalMinutes60Archive-index cleanup interval.
gitCommandgitGit executable in the Harness execution environment.
gitGraceMs2000Git process-tree cancellation grace period.
maxGitOutputBytes1048576Retained bytes for each Git output stream.