From c5401d5c933e168d2cffd1131488254a83ccca78 Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Tue, 31 Mar 2026 14:36:05 +1000 Subject: [PATCH] =?UTF-8?q?release:=20v3.1.0=20=E2=80=94=20short-term=20me?= =?UTF-8?q?mory=20layer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Phase 1 features: - CJK token-aware estimation (1.5 tokens/CJK char) - Session logging to memory/sessions/ daily files - Smart tail protection during compaction - ignorePatterns to filter cron/subagent noise - /mc sessions command for browsing daily logs Co-Authored-By: Claude Opus 4.6 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12654d2..b82dc4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "memory-continuity", - "version": "3.0.0", + "version": "3.1.0", "description": "Zero-dependency memory continuity for OpenClaw — plain markdown, lifecycle hooks, no vector DB.", "main": "index.js", "type": "module",