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:
parent
3189c2bb35
commit
4872bf2842
2 changed files with 4 additions and 4 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue