From 1fb783ebb808efc1bfc666c11e73c9faa97dfeff Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Tue, 10 Feb 2026 11:03:52 +0100 Subject: [PATCH] release: v3.23.5 - Aristote claude-mem analysis prompt Added comprehensive 6-phase analysis framework for claude-mem integration targeting the Aristote project (EdTech, Next.js/tRPC/Prisma). Key features: - Audit current memory stack (Serena, grepai, 9 hooks) - Cost/ROI estimation ($3.75/month API, 50-100x ROI factor) - Integration plan with hooks synergy (activity-logger, serena-sync) - Go/No-Go decision criteria - Self-contained prompt template in claudedocs/prompts/ Co-Authored-By: Claude Sonnet 4.5 --- CHANGELOG.md | 38 +++++++++++---------------------- README.md | 2 +- VERSION | 2 +- guide/cheatsheet.md | 4 ++-- guide/ultimate-guide.md | 6 +++--- machine-readable/reference.yaml | 16 +++++++------- 6 files changed, 28 insertions(+), 40 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27bf507..18e318e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,34 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] -### Added - -- **Section 8.2.5**: claude-mem plugin documentation (automatic session memory) - - Automatic capture of tool usage via lifecycle hooks - - AI compression with progressive disclosure (10x token reduction) - - Web dashboard at localhost:37777 for session exploration - - Natural language search across session history - - Privacy controls with `` tags - - Cost analysis ($0.15/100 observations) - - AGPL-3.0 licensing considerations -- **Memory Tools Decision Matrix**: Comprehensive comparison (claude-mem vs Serena vs grepai) - - When to use automatic vs manual memory - - 4-layer memory stack pattern - - Integrated workflow examples - - Combined tools strategies -- **Plugin Template**: `examples/plugins/claude-mem.md` (installation, configuration, troubleshooting) -- **Resource Evaluation**: `docs/resource-evaluations/claude-mem-evaluation.md` (score 4/5) -- **reference.yaml**: 14 new claude-mem entries (repo, guide, installation, stats, comparison) - -### Changed - -- **Section 8.2.X**: Updated search tools comparison to include claude-mem - - Extended feature matrix (5 tools: rg, grepai, Serena, ast-grep, claude-mem) - - Added "Auto capture" and "Web dashboard" comparison rows - - Updated "When to Use What" section with claude-mem guidelines + +## [3.23.5] - 2026-02-10 + +### Added + +- **Prompt Template**: `claudedocs/prompts/analyze-claude-mem-integration.md` + - Comprehensive 6-phase analysis framework for claude-mem integration + - Designed for Aristote project (EdTech, Next.js/tRPC/Prisma) + - Audit current memory stack (Serena, grepai, 9 hooks) + - Cost/ROI estimation ($3.75/month API, 50-100x ROI factor) + - Integration plan with hooks synergy (activity-logger, serena-sync) + - Go/No-Go decision criteria + ## [3.23.4] - 2026-02-09 ### Added diff --git a/README.md b/README.md index 33d43c2..6560bf7 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for guidelines. --- -*Version 3.23.4 | February 2026 | Crafted with Claude* +*Version 3.23.5 | February 2026 | Crafted with Claude*