feat(docs): Add analysis reports for issues #514, #517, #520, #527, and #532

- Issue #514: Documented analysis of orphaned observer session files, including root cause, evidence, and recommended fixes.
- Issue #517: Analyzed PowerShell escaping issues in cleanupOrphanedProcesses() on Windows, with recommended fixes using WMIC.
- Issue #520: Confirmed resolution of stuck messages issue through architectural changes to a claim-and-delete pattern.
- Issue #527: Identified detection failure of uv on Apple Silicon Macs with Homebrew installation, proposed path updates for detection.
- Issue #532: Analyzed memory leak issues in SessionManager, detailing session cleanup and conversationHistory growth concerns, with recommended fixes.
This commit is contained in:
Alex Newman
2026-01-04 00:21:22 -05:00
parent a833cd2099
commit bb033b95f1
7 changed files with 1027 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "claude-mem-plugin",
"version": "8.5.6",
"version": "8.5.7",
"private": true,
"description": "Runtime dependencies for claude-mem bundled hooks",
"type": "module",