luoyuejun9/dsh-workstate

luoyuejun9★ 1TypeScript最后同步: 2026-08-16

在 GitHub 打开

Structured work-state checkpoints and safe agent handoffs for DeepSeek Harness

README 摘要

dsh-workstate A structured work-state protocol for handing off AI coding tasks between agents. dsh-workstate is a local-first plugin for DeepSeek Harness. It captures what an agent is doing now: task state, progress, decisions, failures, verification, changed paths, next actions, and a Git integrity fingerprint. It is not a conversation dump. 中文文档 Why Normal handoffs preserve prose. Workstate preserves a machine-readable state packet and checks that the workspace still matches before another agent resumes it. - checkpoint : pause and preserve current work. - transfer : create a shareable export for another agent or developer. - resume : validate and inject an existing packet; never changes Git state. - diff : compare two checkpoints by stable work-item IDs. Install Requires Node.js 22.19+ and DeepSeek Harness 0.1.0-rc.6 . Add this insert to /.dsh/profiles/web/cordis.patch.yml , preserving existing rows: Restart DSH. For a temporary source checkout, point an equivalent patch at the locally installed package. Commands The model also receives workstate capture , workstate list , workstate read , workstate diff , workstate validate , and workstate resume tools. Storage and safety Packe…

在 GitHub 查看完整 README →
Agent/智能体agent-handoffai-agentsdeepseek-harnessdsh-pluginlocal-firstagent

分类