From e7543860f0b85ff4a4d170f08dfd327b50dba74e Mon Sep 17 00:00:00 2001 From: dtzp555 Date: Sat, 21 Mar 2026 12:43:17 +1000 Subject: [PATCH] chore: bump memory-continuity to v2.4.0 Align skill version with repo release track. Changes since v2.3.0: - feat: memory file count hard limit (500) with archive cap (20) - feat: verify.sh two-layer install verification - feat: rewrite gh-pr-release-flow into comprehensive GitHub iron rules - docs: worker-orchestrator, dev reporting rules, anti-silent rules --- skills/memory-continuity/_meta.json | 6 ++++++ skills/memory-continuity/skill.json | 13 +++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 skills/memory-continuity/_meta.json create mode 100644 skills/memory-continuity/skill.json diff --git a/skills/memory-continuity/_meta.json b/skills/memory-continuity/_meta.json new file mode 100644 index 0000000..738a096 --- /dev/null +++ b/skills/memory-continuity/_meta.json @@ -0,0 +1,6 @@ +{ + "ownerId": "github:dtzp555-max", + "slug": "memory-continuity", + "version": "2.4.0", + "publishedAt": 1710388800000 +} diff --git a/skills/memory-continuity/skill.json b/skills/memory-continuity/skill.json new file mode 100644 index 0000000..c558eba --- /dev/null +++ b/skills/memory-continuity/skill.json @@ -0,0 +1,13 @@ +{ + "name": "memory-continuity", + "version": "2.4.0", + "description": "Short-term working continuity for OpenClaw agents. Preserves structured in-flight work state across gateway restarts, /new, reset, model fallback, and context compaction.", + "author": "dtzp555-max", + "license": "MIT", + "homepage": "https://github.com/dtzp555-max/memory-continuity", + "tags": ["memory", "continuity", "state", "recovery", "session"], + "compatibility": { + "agents": ["openclaw"], + "minVersion": "2026.1.0" + } +}