dongsheng123132/dsh-2origin0

dsh-2origin

Evidence-first 2Origin state projection, diff and immutable freeze for DeepSeek Harness

AI Analysis

核心用途是确保工作区状态的确定性与不可篡改性。具体用途尚不清楚,建议阅读仓库说明。

Package
dsh-2origin
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:dongsheng123132/dsh-2origin

Install

dsh plugin --profile  add github:dongsheng123132/dsh-2origin

Configure the workspace explicitly:

- id: dsh-2origin
  name: dsh-2origin
  config:
    workspaceRoot: C:/absolute/project/path
    stateFile: demo/my-task/task.origin.json
    freezeDir: .2origin/frozen

All configured file paths are relative to workspaceRoot. Traversal and symlink escape are refused.