Vault-for-LLM v0.7.23
Vault-for-LLM v0.7.23
v0.7.23 makes Obsidian a better human-facing surface for Vault memory.
Highlights
- Obsidian can now act as the human review inbox for Vault.
setup-agentcan generate conservative Obsidian folder rules, import notes,
schedule ongoing sync, and export review cards back to
00-Vault-Knowledge/_Inbox/.- The generated inbox includes:
Daily Memory Report.mdMemory Candidates.mdSync Status.mdFolder Rules Preview.md
- Obsidian
[[wikilinks]]are preserved during import and can become
obsidian_linkgraph edges aftervault graph build.
Why It Matters
Vault remains the governed memory core for agents. Obsidian becomes the place
where a normal user can read, skim, and review memory without learning the full
CLI.
Human notes in Obsidian <-> Vault governed memory <-> Agents via CLI/MCP/Gateway
Install
pip install --upgrade "vault-for-llm[mcp,supabase]==0.7.23"First Checks
vault setup-agent --help
vault import obsidian --help
vault export obsidian --helpValidation
This release line was checked with Obsidian import/export tests, setup-agent
tests, module-size and history-privacy gates, build checks, and a real
setup-agent Obsidian sync smoke that wrote the generated _Inbox notes.