This release separates Memento's durable memory storage from the active Git worktree, allowing linked worktrees to automatically share the same durable notes from the main repository. While memory is now shared across linked checkouts, repository context (such as diffs and code anchors) remains scoped to the specific active checkout. Proactive memory recall via memory_search at session start is now recommended to leverage this shared knowledge base. active checkout memory store linked worktrees

Memento v1.0.3 and shared durable memory for Git worktrees - caiowilson/MCP-memento