Bundle
@mkaliezz/dsh-change-attestor
Deterministic workspace-change attestation for DeepSeek Harness: compares bounded snapshots and reports created, changed, and removed paths.
- Source
- MkaliezZ
- stars
- 1 stars
- License
- MIT
- Updated
- Updated 5 days ago
Readme
# 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 ```bash npm install npm test ``` MIT
Install
dsh plugin --profile web add github:MkaliezZ/dsh-change-attestor
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install mkaliezz-dsh-change-attestor from the hub
- This package builds from source on install. pnpm will ask you to allow its build script — that is permission to run the package’s code on your machine, outside the agent sandbox. Only allow sources you trust.
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.