1052326311/dsh-instruction-audit

1052326311★ 1TypeScriptLast synced: 2026-08-14

Open on GitHub

Privacy-minimal instruction provenance receipts for DeepSeek Harness

README excerpt

dsh-instruction-audit dsh-instruction-audit records privacy-minimal receipts for the workspace instruction files that DeepSeek Harness actually placed into a session. It is an independent community bundle, not an official DeepSeek AI package. It observes the durable agent-instructions message source already emitted by the Harness. Each receipt contains the session id, event sequence/time, baseline flag, logical scope, display path, action, and producer-owned content digest. It never reads instruction files, stores instruction text, modifies a workspace, or changes prompt assembly. The published bundle has no runtime npm dependencies. It uses the existing Cordis context supplied by the active Harness process and only imports that type while building. This is useful when auditing which AGENTS.md / CLAUDE.md files actually affected a session, especially after a nested-workspace boundary or instruction budget incident. Install Build a portable tarball first: The bundle writes receipts under $DSH HOME/instruction-audit/v1/ . File names are SHA-256 hashes of session ids; the id remains inside each JSONL receipt. Override the location without changing Harness state: Read one session's rec…

View full README on GitHub →
Tools / Devcordisdeepseek-harnessdsh-pluginagent

Category