fff122/dsh-research-notes2

dsh-research-notes

DSH 本地研究笔记插件,提供在 DSH 内部记录和管理本地研究笔记的功能。

AI 分析

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

包名
dsh-research-notes
版本
0.1.0
许可证
MIT
最近更新
2026年8月13日

安装

此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 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.