Logseq Brain v0.6.0: Persistent Memory Plugin for Claude Code Adds Journey Log and Section-Targeted Reads

Logseq Brain is a plugin for Claude Code that gives Claude persistent memory through a user-owned Logseq graph. It saves and loads project context, decisions, and progress across sessions and devices, syncing via the graph so context travels with you. v0.6.0 just shipped with several updates.
What's New in v0.6.0
- Journey Log: Every brain operation (
init,load,save,status,search) now logs a one-line bullet in today's journal under## Activity. Provides a cheap audit trail of what Claude did and when. - Section-Targeted Reads:
brain-load(brief mode) andbrain-savenow grep for headings and read only the sections they need, delivering real token savings on large project pages. - Progressive Disclosure: Each
SKILL.mdis now a compact orchestrator that loads per-skillreferences/and cross-skillskills/_shared/(path-resolution, journey-log, staleness, section-locator) on demand. - Sharper Descriptions: All four skill descriptions now state what they trigger on and what they don't, reducing wrong invocations.
- Toggle:
.brain-config.jsongainsjourneyLog: true|false(defaulttrue).
Installation
Install via the skillsmith marketplace in Claude Code:
/plugin marketplace add jame581/skillsmith
/plugin install logseq-brain@skillsmithAlso works with GitHub Copilot CLI and Gemini CLI.
Repo: https://github.com/jame581/LogseqBrain
v0.7.0 is already in development. Feedback is welcome on the Reddit thread.
Who It's For
Developers using Claude Code (or Copilot CLI / Gemini CLI) who need persistent, user-owned memory across sessions and devices.
📖 Read the full source: r/ClaudeAI
👀 See Also

Otterly: Route OpenClaw Through Your Claude Code Subscription
Otterly is a small npm package that exposes the local Claude CLI as an OpenAI-compatible HTTP server, letting you bill OpenClaw requests to your Claude Code subscription instead of pay-per-token API rates.

Offload Routine Claude Code Work to Gemma via offload-mcp MCP Server
offload-mcp is a new MCP server that lets Claude offload routine tasks like commit messages and PR summaries to free model APIs (default Gemma via Google GenAI API), saving Claude tokens and running lightweight work without local hardware constraints.

Logic Virtual Machine: A Prompt-Based System to Halt LLM Reasoning Collapses
A researcher has developed a Logic Virtual Machine (LVM) prompt that forces LLMs to halt and report specific collapse modes when they encounter paradoxes or reasoning drift, based on a single stability law: K(σ) ⇒ K(β(σ)). The prompt is substrate-independent and works on models like Grok and Claude.

Managing AI Context with a SQLite Knowledge Store and MCP Tools
One developer built RunawayContext, an MIT-licensed system that stores project lessons in SQLite with FTS5 and optional sqlite-vec, keeping per-session context under 3K tokens via MCP query tools and hard-coded caps.