DeepSeek Harness plugin

dsh-action-ledger

Project DeepSeek Harness tool, approval, and result facts into a bounded action lifecycle ledger.

Jump to install

Source facts

Repository
MkaliezZ/dsh-action-ledger
Latest update
Aug 19, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/MkaliezZ/dsh-action-ledger
Plugin: dsh-action-ledger
Author: MkaliezZ

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer3 files
README.mdSource · read only

dsh-action-ledger

A bounded action-lifecycle projection for DeepSeek Harness (DSH).

/action-ledger reconstructs a human-readable ledger from DSH's existing durable session facts such as tool/call, approval lifecycle facts, and tool/result. v0.1 intentionally does not invent a custom standalone session-event type, so it does not require patching DSH's generated event catalog.

Why

AgentFuse answers whether a tool call may proceed. Action Ledger answers what lifecycle DSH durably recorded around the call.

v0.1

  • projects requested -> approval-requested -> approved|denied -> completed|failed when the corresponding native DSH facts exist;
  • deterministic sequence ordering;
  • bounded /action-ledger output;
  • no raw tool arguments copied into the ledger;
  • read-only projection: no tool dispatch and no source mutation.

Non-claims

  • not a replacement for DSH session persistence;
  • not an authorization system;
  • does not fabricate missing lifecycle facts;
  • does not prove a physical side effect happened beyond the facts DSH recorded;
  • compatibility must be re-proven against pinned DSH revisions while DSH remains Developer Preview.

Development

npm test

License

MIT