v10.7.2

thedotmack/claude-memv10.7.2Apr 5, 2026by thedotmack

AI Summary

This is a minor bug fix release that addresses logging noise in the concept-type cleanup process. The change downgrades the log level from error to debug for routine concept-type cleanup operations, resulting in cleaner logs.

Key Highlights

  • Downgraded concept-type cleanup log from error to debug level
  • Reduces log noise by treating routine cleanup as debug-level rather than error-level
  • Fixes issue #1606

Full Release Notes

## Bug Fix

- **fix**: Downgrade concept-type cleanup log from error to debug (#1606) — reduces noise in logs by treating routine concept-type cleanup as debug-level rather than error-level logging.