Alexis-fish/dsh-worktrees ↗★ 1
dsh-worktrees
Project, session, and Git worktree workflow for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Alexis-fish/dsh-worktrees说明文档
阅读完整 README ↗Configuration
- id: worktree
name: dsh-worktrees
config:
root: ""
branchPrefix: dsh/worktree/
requireCleanSource: true
archiveRetentionDays: 7
cleanupIntervalMinutes: 60
gitCommand: git
gitGraceMs: 2000
maxGitOutputBytes: 1048576
| Option | Default | Meaning |
|---|---|---|
root | empty | $DSH_HOME/worktrees, falling back to ~/.dsh/worktrees. |
branchPrefix | dsh/worktree/ | Generated task branch prefix. |
requireCleanSource | true | Refuse task creation from a dirty source worktree. |
archiveRetentionDays | 7 | Retain archived Session metadata in the plugin Project index. |
cleanupIntervalMinutes | 60 | Archive-index cleanup interval. |
gitCommand | git | Git executable in the Harness execution environment. |
gitGraceMs | 2000 | Git process-tree cancellation grace period. |
maxGitOutputBytes | 1048576 | Retained bytes for each Git output stream. |