seekstone@0.3.0
Minor Changes
-
f6f6770: Auto-detect the Obsidian vault in
seekstone initWhen
--vaultis omitted andSEEKSTONE_VAULTis not set,seekstone init
now reads Obsidian's own vault registry (obsidian.json) to find known vaults
automatically. One vault → auto-selected and validated. Multiple vaults → lists
them numbered with a--vaultre-run hint. Registry missing/malformed → falls
back to the existing "pass --vault" guidance. -
f2c6d7c: Ship Seekstone as a one-click MCP Bundle (MCPB)
Adds a
seekstone.mcpbbuild artifact that lets non-developers install
Seekstone in Claude Desktop with a double-click and a vault directory picker —
no terminal, no JSON editing required. The bundle packagesdist/index.jsand
manifest.jsoninto a 15 KB zip. CI attaches it to every GitHub Release.The
npx -y seekstonepath is unchanged.