From 29d2d18ed57ceecb0560634d6e6634e4a62b202e Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Tue, 31 Mar 2026 15:01:23 +1000 Subject: [PATCH] =?UTF-8?q?release:=20v3.2.0=20=E2=80=94=20mid-term=20memo?= =?UTF-8?q?ry=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 2 features: - Daily summaries auto-generated from session logs - Weekly summaries rolled up from dailies (every Monday) - Auto-tagging: #tag extraction from sessions → memory/tags.md - Enhanced search across state, archives, sessions, and summaries - /mc summary command for browsing summaries - /mc tags command for viewing tag index Co-Authored-By: Claude Opus 4.6 --- openclaw.plugin.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openclaw.plugin.json b/openclaw.plugin.json index cb9a87c..1a7e261 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "memory-continuity", "name": "Memory Continuity", "description": "Preserves working state across /new, reset, compaction, and gateway restarts via a simple markdown checkpoint file.", - "version": "3.1.0", + "version": "3.2.0", "source": "https://github.com/dtzp555-max/memory-continuity", "configSchema": { "type": "object", diff --git a/package.json b/package.json index b82dc4c..ce4134f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memory-continuity", - "version": "3.1.0", + "version": "3.2.0", "description": "Zero-dependency memory continuity for OpenClaw — plain markdown, lifecycle hooks, no vector DB.", "main": "index.js", "type": "module",