安装
npx -y @deepseek-ai/dsh plugin --profile web add github:MkaliezZ/dsh-action-ledger此安装命令根据 GitHub 仓库地址生成,是未经验证的安装起点。
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|failedwhen the corresponding native DSH facts exist; - deterministic sequence ordering;
- bounded
/action-ledgeroutput; - 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
项目文件与信号
以下项目是目录快照中检测到的公开仓库信号。
仓库信息
- 开发语言
- TypeScript
- 许可证
- MIT
- 最后更新
- 2026年8月15日 06:35
谨慎安装
请检查源代码、权限、生命周期脚本、依赖与网络访问;不受信任的插件应先在隔离环境中测试。