v2.1.0: fix provenance warnings, clean install experience

Add package.json with openclaw plugin metadata, configure plugins.allow
in post-install.sh, and add source field to plugin manifest. Fresh
installs now load without trust/provenance warnings in gateway logs.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-16 13:51:19 +10:00
co-authored by Claude Opus 4.6
parent 61f2d34366
commit 7d7e0e7bdb
5 changed files with 53 additions and 6 deletions
+4 -2
View File
@@ -1,6 +1,6 @@
# memory-continuity
**Current release:** `v2.0.0`
**Current release:** `v2.1.0`
OpenClaw **lifecycle plugin** for short-term working continuity. Preserves structured in-flight work state across `/new`, reset, gateway restarts, model fallback, and context compaction.
@@ -60,7 +60,8 @@ bash scripts/post-install.sh
The installer will:
1. Copy the plugin to `~/.openclaw/extensions/memory-continuity/`
2. Add the plugin entry to `~/.openclaw/openclaw.json`
3. Restart the gateway
3. Add `memory-continuity` to `plugins.allow` (trust list — eliminates provenance warnings)
4. Restart the gateway
No npm install, no API keys, no external database.
@@ -85,6 +86,7 @@ The plugin works with zero configuration. Optional settings in `openclaw.json`:
```json
{
"plugins": {
"allow": ["memory-continuity"],
"entries": {
"memory-continuity": {
"enabled": true,