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.