fff122/dsh-research-notes2

dsh-research-notes

A local research notes plugin for DeepSeek Harness.

AI Analysis

核心用途是辅助记录研究过程中的笔记。具体用途尚不清楚,建议阅读仓库说明以获取详细功能介绍。

Package
dsh-research-notes
Version
0.1.0
License
MIT
Last updated
Aug 13, 2026

Install

This plugin has no verified bundle, or compatibility checks failed. Read the repository notes first. Read the full README ↗

Step 2: Create the Harness plugin configuration

Run this command in the plugin directory:

cat > research-notes.patch.yml <<EOF
- insert:
    - id: dsh-research-notes
      name: '$PWD/dist/src/index.js'
EOF

The generated path is absolute, which is required by the Harness patch loader.