6ddef1093a
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>
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"name": "claude-mem",
|
|
"version": "5.5.0",
|
|
"description": "Persistent memory system for Claude Code - seamlessly preserve context across sessions",
|
|
"author": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"repository": "https://github.com/thedotmack/claude-mem",
|
|
"license": "AGPL-3.0",
|
|
"keywords": [
|
|
"memory",
|
|
"context",
|
|
"persistence",
|
|
"hooks",
|
|
"mcp"
|
|
]
|
|
}
|