Skip to content

v1.1.2

Choose a tag to compare

@luffysolution-svg luffysolution-svg released this 29 May 17:10
· 104 commits to main since this release

What's Changed

Bug Fixes

  • Fix unused importlib import in test suite (ruff F401 CI failure)

Skills — New Workflows

  • obsidian-zotero: Reading a Single Paper (Q&A / evidence search), Comparing Multiple Papers (structured table), Writing a Literature Review (3-phase: collect → deep-read → synthesize)
  • obsidian-mineru: Figure & Table Analysis — locate figures via images-index.md, answer from caption + context without decoding image bytes
  • obsidian-graph: Knowledge Gap Detection (isolated nodes, sparse communities, bridge nodes) + Surprising Connections (cross-community edge ranking)

Skills — Package Fix

  • obsidian-graph skill was missing from the PyPI wheel entirely — now included
  • All 6 skills synced between skills/ (release zip) and scripts/obsidian_vault_mcp/skills/ (wheel)
  • .claude/skills/obsidian-zotero.md mirror created (was missing)

Documentation

  • AI install prompt updated: added Cursor, Windsurf, VS Code + Copilot setup steps; removed incorrect ~/.claude/skills/ copy instruction; MinerU check now shows concrete command
  • Both README.md (Chinese) and README.en.md updated in sync
  • Added CLAUDE.md with development guidelines: 3-directory skills sync rule, version sync rule, PyPI re-publish requirement