返回目录
开发工具 插件

dsh-action-ledger

MkaliezZ/dsh-action-ledger

Bounded action-lifecycle projection for DeepSeek Harness: /action-ledger reconstructs a human-readable action ledger from the durable session log.

Stars
0
Forks
0
Issues
0
更新
3 天前

PROJECT TOPICS

项目标签

INSTALL REFERENCE

安装参考

未验证
dsh plugin --profile web add github:MkaliezZ/dsh-action-ledger

该命令指向仓库当前默认分支;尚无绑定当前 commit 的完整验证结果。

PROJECT README

README

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

CLASSIFICATION EVIDENCE

分类依据

项目类型插件
功能分类开发工具
规则置信度

系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: audit-log、developer-tools。