Daseanle/dsh-obsidian-bridge

Daseanle★ 0JavaScript最后同步: 2026-08-18

在 GitHub 打开

Bidirectional knowledge bridge between DeepSeek Harness and Obsidian Vault — FTS5 search, draft writing, session linking

README 摘要

dsh-obsidian-bridge Bidirectional knowledge bridge between DeepSeek Harness (DSH) and Obsidian Vault. What It Does Gives DSH agents direct read/write access to your Obsidian Vault. The agent can search notes via SQLite FTS5 full-text search, read full content by path or wiki-link, write draft notes back to the vault, and create bidirectional links between DSH sessions and notes. Unlike existing one-way export tools or MCP-based bridges, this plugin runs natively inside the DSH Cordis framework — no external server, no need for Obsidian to be running. Status: v0.2.0 — Open Source Alpha Verified Capabilities Capability Status Test Read note by file path Pass test/spike.mjs Read note by wiki-link name Pass test/spike.mjs Read note with spaces in name Pass test/spike.mjs SQLite FTS5 full-text search Pass test/phase2-spike.mjs BM25 relevance ranking Pass test/phase2-spike.mjs Chinese text search (CJK tokenization) Pass test/phase2-spike.mjs Incremental sync (mtime-based) Pass test/phase2-spike.mjs 500-note search performance Pass (34ms) test/spike.mjs Path traversal protection Pass test/spike.mjs Plugin loads in Cordis context Pass test/integration.mjs Tool registration via defineTool P…

在 GitHub 查看完整 README →
工具/开发cordisdeepseek-harnessdsh-pluginfts5knowledge-managementobsidianagentsearch

分类