9215c7e1f5
Fixes: - Fixed SessionStart hooks running on session resume - Added matcher configuration to only run hooks on startup, clear, or compact events - Prevents unnecessary hook execution and improves performance Technical changes: - Modified plugin/hooks/hooks.json (added matcher) - Updated version to 4.3.4 in all metadata files 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
19 lines
425 B
JSON
19 lines
425 B
JSON
{
|
|
"name": "thedotmack",
|
|
"owner": {
|
|
"name": "Alex Newman"
|
|
},
|
|
"metadata": {
|
|
"description": "Plugins by Alex Newman (thedotmack)",
|
|
"homepage": "https://github.com/thedotmack/claude-mem"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "claude-mem",
|
|
"version": "4.3.4",
|
|
"source": "./plugin",
|
|
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
|
}
|
|
]
|
|
}
|