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/08/14

インストール

$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
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.