Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 23:36

Quick Start

Requirements: Obsidian, Node 22+ LTS, and one of: Claude Code · Codex CLI · Gemini CLI

Install via ShardMind (recommended — wizard, optional modules, managed upgrades):

npm install -g shardmind
mkdir my-vault && cd my-vault
shardmind install github:breferrari/obsidian-mind

Or clone directly:

git clone https://github.com/breferrari/obsidian-mind.git
cd obsidian-mind
npm install -g @tobilu/qmd && qmd index && qmd embed   # optional: semantic search

Open the folder as an Obsidian vault, then run claude, codex, or gemini in the directory and type /om-standup (or om-standup in Codex).

Or download the vault zip below and extract it into your Obsidian vaults folder.

Already using obsidian-mind? Just tell your agent: Update this vault to the latest obsidian-mind from https://github.com/breferrari/obsidian-mind

v8.0.0 — 2026-07-26

Added

  • reach the vault from any repo — MCP server and scoped cross-repo memory

Fixed

  • derive the qmd index per vault instead of shipping a shared name
  • point tsconfig at .scripts/ after the #149 move
  • stop shipping tests for repo-only machinery