MkaliezZ/dsh-change-attestor0

@mkaliezz/dsh-change-attestor

DeepSeek Harness 的确定性工作区变更证明:对比有界快照并报告创建、修改和删除的路径。

AI 分析

核心用途是对比并记录 DSH 工作区的文件变更。适合需要对代码或文件修改生成确定性 SHA-256 证明与审计凭证的任务。

包名
@mkaliezz/dsh-change-attestor
版本
0.1.0
最近更新
2026年8月19日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MkaliezZ/dsh-change-attestor

dsh-change-attestor

Deterministic workspace-change attestation for DeepSeek Harness.

v0.1 compares two bounded workspace snapshots and produces an attestation describing created, modified, deleted, and unchanged paths plus a SHA-256 digest. Optional action IDs can be attached as observation-window references, but the plugin does not claim those actions caused the changes.

Non-claims

  • observed correlation is not causation;
  • not a filesystem sandbox or rollback system;
  • not a replacement for Git history;
  • attestation proves only the supplied snapshots and metadata.

Development

npm install
npm test

MIT