fff122/dsh-research-notes ↗★ 2
dsh-research-notes
DSH 本地研究笔记插件,提供在 DSH 内部记录和管理本地研究笔记的功能。
AI 分析
核心用途是辅助记录研究过程中的笔记。具体用途尚不清楚,建议阅读仓库说明以获取详细功能介绍。
安装
此插件尚未提供可验证的 bundle,或兼容性检查未通过。请先阅读仓库说明。 阅读完整 README ↗
说明文档
阅读完整 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.