SuTang-vain/dsh-plugins--plugins-evidence-dashboard ↗★ 0
dsh-evidence-dashboard
Archive dashboard for DeepSeek Harness: components, design decisions, rejected options, and a version tree with changelog timeline.
安装
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:SuTang-vain/dsh-plugins#261b971407deb0a133dff28b693c7890a17bda40&path:plugins/evidence-dashboard说明文档
阅读完整 README ↗dsh-evidence-dashboard
An archive dashboard for the DSH plugin suite. Host half serves the datasets over Package-private RPC; Client half renders them with React.
DSH 插件套件的归档仪表盘。Host 半部分通过包私有 RPC 提供数据集;Client 半部分用 React 渲染。
Datasets (tabs) / 数据集(标签页)
| Tab | Source file | Content |
|---|---|---|
| Overview | data/overview.json | Components, release highlights, runtime notes, design principles, compatibility |
| Decisions | data/evidence-map-v2.json | Design decisions with rationale and trade-offs |
| Rejected options | data/attention-conflict-matrix-v2.json | Options that were considered and rejected, with reasons |
| Versions | data/versions.json + CHANGELOG.md | Git-tree of the repository release history plus the changelog timeline |
| 标签页 | 数据文件 | 内容 |
|---|---|---|
| Overview | data/overview.json | 组件、发布亮点、运行时说明、设计原则、兼容性 |
| Decisions | data/evidence-map-v2.json | 设计决策及其理由与取舍 |
| Rejected options | data/attention-conflict-matrix-v2.json | 曾考虑后被否决的选项及原因 |
| Versions | data/versions.json + CHANGELOG.md | 仓库发布历史的 git 树 + changelog 时间线 |
Install / 安装
Official bundle install (recommended) / 官方组合包安装(推荐)
One package carries both halves: package.json declares dsh.bundle (host
layer in cordis.patch.yml, entry index.js serving the data API at
/api/dash-data) and dsh.client (exports["./client"] → the pre-built
lib/client.js bundle). Install into a profile with any of the three
official channels:
一个包携带两半:package.json 声明 (host 层在
,入口 在 提供数据 API)与
( → 预构建的 )。三种官方
渠道任选其一安装进 profile: