Обновление и версионирование памяти Claude

ai-tooling

claude-mem-update-system is a Claude Code skill that governs how existing memory entries are correctly updated within the claude-mem persistent memory system — covering overwriting, versioning, merging, and marking facts as outdated without hard deletion. It defines patterns such as enriching a "person" page with new facts while preserving historical data, or evolving project knowledge over time without losing earlier context. The skill is part of claude-mem, a persistent memory compression system that automatically captures tool-usage observations across Claude Code sessions and makes them available to future ones. It is particularly relevant for long-running projects where facts change incrementally and naive overwriting would cause knowledge loss.