Release v5.5.0: Enhanced mem-search skill
Breaking Changes: None (minor version) Improvements: - Merged PR #91: Replace generic "search" skill with enhanced "mem-search" skill - Improved skill effectiveness from 67% to 100% (Anthropic standards) - Enhanced scope differentiation to prevent confusion with native conversation memory - Increased concrete triggers from 44% to 85% - Added 5+ unique identifiers and explicit exclusion patterns - Comprehensive documentation reorganization (17 total files) Technical Changes: - New mem-search skill with system-specific naming - Explicit temporal keywords ("previous sessions", "weeks/months ago") - Technical anchors referencing FTS5 full-text index and typed observations - Documentation moved from /context/ to /docs/context/ - Detailed technical architecture documentation added - 12 operation guides + 2 principle directories Credits: - Skill design and enhancement by @basher83 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "5.4.5",
|
||||
"version": "5.5.0",
|
||||
"source": "./plugin",
|
||||
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ Claude-mem is a Claude Code plugin providing persistent memory across sessions.
|
||||
|
||||
**Your Role**: You are working on the plugin itself. When users interact with Claude Code with this plugin installed, your observations get captured and become their persistent memory.
|
||||
|
||||
**Current Version**: 5.4.5
|
||||
**Current Version**: 5.5.0
|
||||
|
||||
## Critical Architecture Knowledge
|
||||
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "5.4.5",
|
||||
"version": "5.5.0",
|
||||
"description": "Memory compression system for Claude Code - persist context across sessions",
|
||||
"keywords": [
|
||||
"claude",
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "5.4.5",
|
||||
"version": "5.5.0",
|
||||
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
||||
"author": {
|
||||
"name": "Alex Newman"
|
||||
|
||||
Reference in New Issue
Block a user