fff122/dsh-research-notes2

dsh-research-notes

A local research notes plugin for DeepSeek Harness.

AI 分析

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

パッケージ
dsh-research-notes
バージョン
0.1.0
ライセンス
MIT
最終更新
2026/08/13

インストール

検証済み 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.