Skip to content

v2.0.0-rc1 -- 7-persona virtual team

Pre-release
Pre-release

Choose a tag to compare

@2233admin 2233admin released this 20 Apr 17:19
· 30 commits to main since this release

Install in 30 seconds

Paste into Claude Code, Codex, OpenCode, or Gemini -- then restart the host.

bash / macOS / Linux

git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git ~/obsidian-llm-wiki-src
cd ~/obsidian-llm-wiki-src && ./setup

PowerShell / Windows

git clone --depth 1 https://github.com/2233admin/obsidian-llm-wiki.git "$HOME\obsidian-llm-wiki-src"
cd "$HOME\obsidian-llm-wiki-src"; .\setup.ps1

Pick a host explicitly

./setup --host claude     # Claude Code
./setup --host codex      # Codex CLI
./setup --host opencode   # OpenCode
./setup --host gemini     # Gemini CLI

After install

  • 7 /vault-* personas land in your host's skills directory (~1.7 MB, not the full 64 MB repo)
  • Printed .mcp.json snippet goes into your host's MCP config
  • CLAUDE.md persona block is appended automatically
  • Restart the agent host for MCP registration to take effect

7 personas

Name What it does
vault-librarian reads, searches, cites from the vault
vault-architect compiles concept graph, suggests refactors
vault-curator finds orphans, dead links, duplicates, stale notes
vault-teacher explains a note in context of its neighbors
vault-historian answers what you were thinking on date X
vault-janitor proposes cleanups, dry-run by default
vault-gardener proactive health audit

What's new since v1.0

  • 7-persona virtual team (v1.0 was MCP plumbing only)
  • Operations-driven MCP core: single source of truth for 38 tools
  • Recipe framework: voile / feishu / x-to-vault collectors in-tree
  • Headless-first: filesystem adapter always available; Obsidian / memU / GitNexus optional
  • Auto-generated tool reference with CI drift guard
  • Display brand "LLM Wiki Bridge"; slug unchanged for install / npm / URL continuity

Docs

Notes

Release candidate. File issues at https://github.com/2233admin/obsidian-llm-wiki/issues.

MIT licensed.