bingfengaaaaa/dsh-jj-vcs

bingfengaaaaa★ 0JavaScript最后同步: 2026-08-22

在 GitHub 打开

Jujutsu version-control plugin and skill for DeepSeek Harness multi-agent teams

README 摘要

dsh-jj-vcs Jujutsu version control for DeepSeek Harness agent teams 中文 · dsh-jj-vcs gives DeepSeek Harness agents a simpler way to work with version history. Each agent receives its own Jujutsu workspace and change. The skill records repository operations before and after a task, checks ownership at handoff, and limits remote publication to the exact bookmark that was reviewed. Git still stores the repository, and GitHub still hosts it. Agents use jj for history-changing commands instead of coordinating a staging index, branch checkout, and raw Git mutations. [!IMPORTANT] This is an independent community project, not an official DeepSeek release. Its maintained command rules are audited against exactly jj 0.44.0 . Why Jujutsu fits agent teams Jujutsu treats the working copy as a change, so an agent can edit files and inspect the result without a separate git add step. A change ID usually stays the same when a commit is rewritten, including normal rebases and description edits, while the commit ID continues to identify an exact snapshot. That distinction is useful when several agents work at once. A coordinator assigns one durable change ID to each task, gives every worker a separat…

在 GitHub 查看完整 README →
Agent/智能体deepseek-harnessdsh-pluginjujutsuagent

分类