Freakz2z/dsh-evidence-ledger ↗★ 0
dsh-evidence-ledger
Local append-only evidence ledger for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Freakz2z/dsh-evidence-ledger说明文档
阅读完整 README ↗配置
默认配置已经足够使用。需要修改文件位置或列表上限时,可以在 profile 的 patch 中覆盖配置:
- id: evidence-ledger
config:
path: .dsh/project-evidence.jsonl
maxResults: 40
path 必须是工作区内的相对路径;插件拒绝绝对路径和逃出工作区的 .. 路径。maxResults 范围为 1–100。