Fix version mismatch causing infinite worker restart loop (#567)

* Initial plan

* Fix version mismatch - update plugin/package.json and rebuild

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>

* Add version consistency test suite

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>

* Add documentation for version mismatch fix

Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>

---------

Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: thedotmack <683968+thedotmack@users.noreply.github.com>
This commit is contained in:
Copilot
2026-01-06 04:04:59 -05:00
committed by GitHub
parent 0da504735b
commit e22e2bfc24
10 changed files with 372 additions and 158 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "claude-mem-plugin",
"version": "8.5.10",
"version": "9.0.0",
"private": true,
"description": "Runtime dependencies for claude-mem bundled hooks",
"type": "module",