v12.7.2

thedotmack/claude-memv12.7.2May 6, 2026by thedotmack

AI Summary

Patch release disabling Claude Code built-in auto-memory during claude-code installs and making JSON config writes crash-safe, durable, and symlink-safe.

Key Highlights

  • Disable Claude Code built-in auto-memory during installs (CLAUDE_CODE_DISABLE_AUTO_MEMORY=1)
  • Make JSON config writes crash-safe, durable, symlink-safe
  • Safe for dangling symlink destinations
  • Regression coverage for atomic JSON writes through symlinked paths

New Features

  • Auto-memory disable via environment variable
  • Crash-safe JSON config writes
  • Symlink-safe configuration handling
  • Regression test coverage

Full Release Notes

## v12.7.2

### Fixed
- Disable Claude Code built-in auto-memory during claude-code installs by setting `CLAUDE_CODE_DISABLE_AUTO_MEMORY=1` in Claude settings.
- Make JSON config writes crash-safe, durable, symlink-safe, and safe for dangling symlink destinations.
- Add regression coverage for atomic JSON writes through symlinked and dangling-symlink settings paths.