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
This commit is contained in:
2026-03-21 12:43:17 +10:00
parent 618921966e
commit e7543860f0
2 changed files with 19 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"ownerId": "github:dtzp555-max",
"slug": "memory-continuity",
"version": "2.4.0",
"publishedAt": 1710388800000
}
+13
View File
@@ -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"
}
}