From 75922443866244d4bb6a266b8e085aa82b10dbe7 Mon Sep 17 00:00:00 2001 From: safishamsi Date: Sun, 28 Jun 2026 11:33:36 +0100 Subject: [PATCH] docs: document --obsidian-dir and its existing-vault safety (#1506) The --obsidian-dir flag was undocumented in the README. Add it to the command list with a note that exporting into an existing vault never overwrites the user's own notes or .obsidian config (the guard shipped in 0.8.51). Co-Authored-By: Claude Opus 4.8 (1M context) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e4895a02..61302387 100644 --- a/README.md +++ b/README.md @@ -524,6 +524,7 @@ graphify install # overwrites the skill file /graphify ./raw --cluster-only # rerun clustering on existing graph /graphify ./raw --no-viz # skip HTML visualization /graphify ./raw --obsidian # generate Obsidian vault +/graphify ./raw --obsidian --obsidian-dir ~/vault # write into an existing vault (never overwrites your own notes or .obsidian config) /graphify ./raw --wiki # build agent-crawlable markdown wiki /graphify ./raw --svg # export graph.svg /graphify ./raw --graphml # export for Gephi / yEd