From 0b7ecedcd73bf42bb2cf94110a77374317492695 Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Sun, 25 Jan 2026 23:59:58 -0500 Subject: [PATCH] docs: update CHANGELOG.md for v9.0.9 --- CHANGELOG.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 670e8ce0..5318338b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ All notable changes to claude-mem. +## [v9.0.9] - 2026-01-26 + +## Bug Fixes + +### Prevent Creation of Empty CLAUDE.md Files (#809) + +Previously, claude-mem would create new `CLAUDE.md` files in project directories even when there was no activity to display, cluttering codebases with empty context files showing only "*No recent activity*". + +**What changed:** The `updateFolderClaudeMdFiles` function now checks if the formatted content contains no activity before writing. If a `CLAUDE.md` file doesn't already exist and there's nothing to show, it will be skipped entirely. Existing files will still be updated to reflect "No recent activity" if that's the current state. + +**Impact:** Cleaner project directories - only folders with actual activity will have `CLAUDE.md` context files created. + +Thanks to @maxmillienjr for this contribution! + ## [v9.0.8] - 2026-01-26 ## Fix: Prevent Zombie Process Accumulation (Issue #737) @@ -1292,7 +1306,3 @@ This represents a major reliability improvement for Windows users, eliminating c **Full Changelog**: https://github.com/thedotmack/claude-mem/compare/v7.3.4...v7.3.5 -## [v7.3.4] - 2025-12-17 - -Patch release for bug fixes and minor improvements -