chore: bump version to 7.0.1
Fix: Ensure worker is running at the beginning of all hook files - Move ensureWorkerRunning to the start of all hook functions - Replace waitForPort with ensureWorkerRunning in context-hook - Ensures worker is started before any other hook logic executes - Improves error messages when worker fails to start 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
"plugins": [
|
||||
{
|
||||
"name": "claude-mem",
|
||||
"version": "7.0.0",
|
||||
"version": "7.0.1",
|
||||
"source": "./plugin",
|
||||
"description": "Persistent memory system for Claude Code - context compression across sessions"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user