mirror of
https://github.com/dtzp555-max/memory-continuity.git
synced 2026-07-19 09:42:42 +00:00
fix: add install record for provenance tracking
post-install.sh now writes plugins.installs with source:"path" so OpenClaw recognizes the plugin origin. Eliminates both the allow-list and provenance warnings on fresh install. Script is now fully idempotent — always refreshes allow/installs/entries. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -60,8 +60,9 @@ 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. Add `memory-continuity` to `plugins.allow` (trust list — eliminates provenance warnings)
|
||||
4. Restart the gateway
|
||||
3. Add `memory-continuity` to `plugins.allow` (trust list)
|
||||
4. Add install record to `plugins.installs` (provenance tracking)
|
||||
5. Restart the gateway
|
||||
|
||||
No npm install, no API keys, no external database.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user