enable memory-core plugin for OpenClaw [ci skip]

- Add memory-core to plugins.allow and plugins.slots.memory
- Add /app/extensions to plugin load paths
- Update CLAUDE.md memory instructions to reference native tools
This commit is contained in:
Viktor Barzin 2026-03-15 02:39:14 +00:00 committed by Viktor Barzin
parent 3189c2bb35
commit 4872bf2842
2 changed files with 4 additions and 4 deletions

View file

@ -148,10 +148,10 @@ resource "kubernetes_config_map" "openclaw_config" {
}
}
plugins = {
allow = []
slots = {}
allow = ["memory-core"]
slots = { memory = "memory-core" }
load = {
paths = ["/home/node/.openclaw/extensions"]
paths = ["/home/node/.openclaw/extensions", "/app/extensions"]
}
}
commands = {