Markdownで書き続けながら、linkを回答へ変え、AIには必要な文脈だけを渡し、持ち出せる再現可能な履歴を保ちます。
同じkeywordを含むpageだけでなく、何年分ものnoteをまたいでつながる人、意思決定、情報源、未解決の問いを探せます。
taskに関係するrelationshipだけをqueryし、境界のある結果をagentへ渡します。vault全体を巨大なpromptにする必要はありません。
localとremoteの両方が変更された場合、Kotobaseはremote版をconflict fileに保存し、作業を上書きせず明示的な解決を待ちます。
各graph commitはcontent-addressedです。AIの回答や意思決定と一緒にCIDを保存し、後から同じknowledge snapshotへ戻れます。
Notes, frontmatter, and [[wikilinks]] remain ordinary files in your vault. Kotobase adds a queryable graph beside them; it does not replace Obsidian with a proprietary editor.
Stop syncing and the vault still works. A portable Datomic transaction EDN export is available for migration, audit, or self-hosted workflows.
Connect a dedicated editor service account limited to graph read and write. Tokens go only to the configured Kotobase origin; remote paths cannot escape the vault or write into .obsidian.
The current plugin syncs Markdown notes, frontmatter, wikilinks, renames, and tombstones. Attachments, Canvas files, and Obsidian plugin settings are not synchronized. Installation currently uses the repository build rather than the Obsidian community-plugin directory.