PerryLink/dsh-research-report ↗★ 94
dsh-research-report
Verifiable research-report engine for DeepSeek Harness: a content-addressed evidence ledger (claim ↔ snapshot binding, tamper-evident) plus versioned sealed reports where every claim carries a verification verdict and the manifest hash seals the directory. Retrieval orchestration reuses the official ctx.web / ctx.jobs seams — no deep-research loop.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:PerryLink/dsh-research-report说明文档
阅读完整 README ↗Configuration
All tunables are Schemastery Config fields; invalid values fail the profile load loudly. Relative roots resolve against the harness working directory (the workspace).
| Key | Default | Description |
|---|---|---|
enabled | true | Master switch; false mounts nothing. |
ledgerRoot | .research-ledger | Evidence-ledger directory (objects + JSONL journals). |
reportRoot | research-reports | Sealed-report root (versioned per topic and timestamp). |
maxEvidenceBytes | 2097152 | Hard cap on one evidence snapshot's UTF-8 bytes. |
maxEvidencePerReport | 200 | Hard cap on evidence items bound into one report. |
fetchTimeoutMs | 20000 | Deadline (ms) for one ctx.web fetch during capture. |
requireJournalMetadata | false | When true, DOI-typed evidence must carry a journal name and publication year at registration (fails loud otherwise). |