dongsheng123132/dsh-2origin0

dsh-2origin

DSH 2Origin 状态投影插件:提供证据优先的 2Origin 状态投影、差异对比及不可变冻结功能。

AI 分析

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

包名
dsh-2origin
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

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