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 <noreply@anthropic.com>
This commit is contained in:
parent
12568fbd61
commit
1fb783ebb8
6 changed files with 28 additions and 40 deletions
38
CHANGELOG.md
38
CHANGELOG.md
|
|
@ -6,34 +6,22 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
### Added
|
<!-- New entries go here -->
|
||||||
|
|
||||||
- **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 `<private>` 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
|
|
||||||
|
|
||||||
<!-- New entries go here -->
|
<!-- New entries go here -->
|
||||||
|
|
||||||
|
## [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
|
## [3.23.4] - 2026-02-09
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
||||||
|
|
@ -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*
|
||||||
|
|
||||||
<!-- SEO Keywords -->
|
<!-- SEO Keywords -->
|
||||||
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,
|
<!-- claude code, claude code tutorial, anthropic cli, ai coding assistant, claude code mcp,
|
||||||
|
|
|
||||||
2
VERSION
2
VERSION
|
|
@ -1 +1 @@
|
||||||
3.23.4
|
3.23.5
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
**Written with**: Claude (Anthropic)
|
**Written with**: Claude (Anthropic)
|
||||||
|
|
||||||
**Version**: 3.23.4 | **Last Updated**: February 2026
|
**Version**: 3.23.5 | **Last Updated**: February 2026
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -520,4 +520,4 @@ where.exe claude; claude doctor; claude mcp list
|
||||||
|
|
||||||
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
**Author**: Florian BRUNIAUX | [@Méthode Aristote](https://methode-aristote.fr) | Written with Claude
|
||||||
|
|
||||||
*Last updated: February 2026 | Version 3.23.4*
|
*Last updated: February 2026 | Version 3.23.5*
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
**Last updated**: January 2026
|
**Last updated**: January 2026
|
||||||
|
|
||||||
**Version**: 3.23.4
|
**Version**: 3.23.5
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
@ -4241,7 +4241,7 @@ The `.claude/` folder is your project's Claude Code directory for memory, settin
|
||||||
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
|
| Personal preferences | `CLAUDE.md` | ❌ Gitignore |
|
||||||
| Personal permissions | `settings.local.json` | ❌ Gitignore |
|
| Personal permissions | `settings.local.json` | ❌ Gitignore |
|
||||||
|
|
||||||
### 3.23.4 Version Control & Backup
|
### 3.23.5 Version Control & Backup
|
||||||
|
|
||||||
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
|
**Problem**: Without version control, losing your Claude Code configuration means hours of manual reconfiguration across agents, skills, hooks, and MCP servers.
|
||||||
|
|
||||||
|
|
@ -19293,4 +19293,4 @@ We'll evaluate and add it to this section if it meets quality criteria.
|
||||||
|
|
||||||
**Contributions**: Issues and PRs welcome.
|
**Contributions**: Issues and PRs welcome.
|
||||||
|
|
||||||
**Last updated**: January 2026 | **Version**: 3.23.4
|
**Last updated**: January 2026 | **Version**: 3.23.5
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@
|
||||||
# Source: guide/ultimate-guide.md
|
# Source: guide/ultimate-guide.md
|
||||||
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
# Purpose: Condensed index for LLMs to quickly answer user questions about Claude Code
|
||||||
|
|
||||||
version: "3.23.4"
|
version: "3.23.5"
|
||||||
updated: "2026-02-09"
|
updated: "2026-02-09"
|
||||||
|
|
||||||
# ════════════════════════════════════════════════════════════════
|
# ════════════════════════════════════════════════════════════════
|
||||||
|
|
@ -173,7 +173,7 @@ deep_dive:
|
||||||
third_party_toad: "https://github.com/batrachianai/toad"
|
third_party_toad: "https://github.com/batrachianai/toad"
|
||||||
third_party_conductor: "https://docs.conductor.build"
|
third_party_conductor: "https://docs.conductor.build"
|
||||||
# Configuration Management & Backup (Added 2026-02-02)
|
# Configuration Management & Backup (Added 2026-02-02)
|
||||||
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.23.4
|
config_management_guide: "guide/ultimate-guide.md:4085" # Section 3.23.5
|
||||||
config_hierarchy: "guide/ultimate-guide.md:4095" # Global → Project → Local precedence
|
config_hierarchy: "guide/ultimate-guide.md:4095" # Global → Project → Local precedence
|
||||||
config_git_strategy_project: "guide/ultimate-guide.md:4110" # What to commit in .claude/
|
config_git_strategy_project: "guide/ultimate-guide.md:4110" # What to commit in .claude/
|
||||||
config_git_strategy_global: "guide/ultimate-guide.md:4133" # Version control ~/.claude/
|
config_git_strategy_global: "guide/ultimate-guide.md:4133" # Version control ~/.claude/
|
||||||
|
|
@ -1169,7 +1169,7 @@ ecosystem:
|
||||||
- "Cross-links modified → Update all 4 repos"
|
- "Cross-links modified → Update all 4 repos"
|
||||||
history:
|
history:
|
||||||
- date: "2026-01-20"
|
- date: "2026-01-20"
|
||||||
event: "Code Landing sync v3.23.4, 66 templates, cross-links"
|
event: "Code Landing sync v3.23.5, 66 templates, cross-links"
|
||||||
commit: "5b5ce62"
|
commit: "5b5ce62"
|
||||||
- date: "2026-01-20"
|
- date: "2026-01-20"
|
||||||
event: "Cowork Landing fix (paths, README, UI badges)"
|
event: "Cowork Landing fix (paths, README, UI badges)"
|
||||||
|
|
@ -1181,7 +1181,7 @@ ecosystem:
|
||||||
onboarding_matrix_meta:
|
onboarding_matrix_meta:
|
||||||
version: "2.0.0"
|
version: "2.0.0"
|
||||||
last_updated: "2026-02-05"
|
last_updated: "2026-02-05"
|
||||||
aligned_with_guide: "3.23.4"
|
aligned_with_guide: "3.23.5"
|
||||||
changelog:
|
changelog:
|
||||||
- version: "2.0.0"
|
- version: "2.0.0"
|
||||||
date: "2026-02-05"
|
date: "2026-02-05"
|
||||||
|
|
@ -1209,7 +1209,7 @@ onboarding_matrix:
|
||||||
core: [rules, sandbox_native_guide, commands]
|
core: [rules, sandbox_native_guide, commands]
|
||||||
time_budget: "5 min"
|
time_budget: "5 min"
|
||||||
topics_max: 3
|
topics_max: 3
|
||||||
note: "SECURITY FIRST - sandbox before commands (v3.23.4 critical fix)"
|
note: "SECURITY FIRST - sandbox before commands (v3.23.5 critical fix)"
|
||||||
|
|
||||||
beginner_15min:
|
beginner_15min:
|
||||||
core: [rules, sandbox_native_guide, workflow, essential_commands]
|
core: [rules, sandbox_native_guide, workflow, essential_commands]
|
||||||
|
|
@ -1294,7 +1294,7 @@ onboarding_matrix:
|
||||||
- default: agent_validation_checklist
|
- default: agent_validation_checklist
|
||||||
time_budget: "60 min"
|
time_budget: "60 min"
|
||||||
topics_max: 6
|
topics_max: 6
|
||||||
note: "Dual-instance pattern for quality workflows (v3.23.4)"
|
note: "Dual-instance pattern for quality workflows (v3.23.5)"
|
||||||
|
|
||||||
learn_security:
|
learn_security:
|
||||||
intermediate_30min:
|
intermediate_30min:
|
||||||
|
|
@ -1305,7 +1305,7 @@ onboarding_matrix:
|
||||||
- default: permission_modes
|
- default: permission_modes
|
||||||
time_budget: "30 min"
|
time_budget: "30 min"
|
||||||
topics_max: 4
|
topics_max: 4
|
||||||
note: "NEW goal (v3.23.4) - Security-focused learning path"
|
note: "NEW goal (v3.23.5) - Security-focused learning path"
|
||||||
|
|
||||||
power_60min:
|
power_60min:
|
||||||
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
|
core: [sandbox_native_guide, mcp_secrets_management, security_hardening]
|
||||||
|
|
@ -1330,7 +1330,7 @@ onboarding_matrix:
|
||||||
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
|
core: [rules, sandbox_native_guide, workflow, essential_commands, context_management, plan_mode]
|
||||||
time_budget: "60 min"
|
time_budget: "60 min"
|
||||||
topics_max: 6
|
topics_max: 6
|
||||||
note: "Security foundation + core workflow (v3.23.4 sandbox added)"
|
note: "Security foundation + core workflow (v3.23.5 sandbox added)"
|
||||||
|
|
||||||
intermediate_120min:
|
intermediate_120min:
|
||||||
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]
|
core: [plan_mode, agents, skills, config_hierarchy, git_mcp_guide, hooks, mcp_servers]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue