From 9f43452f03182cc6f6124c2aac4633dd3babd987 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Thu, 19 Mar 2026 09:28:53 +1000 Subject: [PATCH] fix: resolve workspace path from openclaw.json for cross-machine compatibility Co-Authored-By: Claude Sonnet 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b76e02c..f8ac410 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memory-continuity", - "version": "2.3.0", + "version": "2.5.0", "description": "Zero-dependency memory continuity for OpenClaw — plain markdown, lifecycle hooks, no vector DB.", "main": "index.js", "type": "module",