62b1618fbd
The update step copies the root package.json over the extension's package.json, wiping the openclaw.extensions field that plugin discovery requires. This causes "plugin not found: claude-mem" after every update. Merge only the version number instead. Fixes #1106