Migration Guide
Upgrade between versions or migrate from other memory solutions.
From v0.7.x to v0.8.x
v0.8.0 introduced significant changes:
- New tools:
epistemic_promote,epistemic_demote,epistemic_resolve,epistemic_diff,epistemic_list - Identity unification: New
ownerAliasesconfig for cross-channel identity - Channel isolation: New
channelIsolationconfig (default: true) - Health alerts: Proactive monitoring system
Steps
- Update the plugin:
pnpm --filter @openclaw/memory-claw build - Add new config fields (ownerAliases, channelIsolation) — optional but recommended
- Existing memories are compatible — no data migration needed
- New columns are added automatically on first access
From Other Memory Systems
If migrating from a simple key-value memory plugin:
- Export existing memories as JSON
- Use
epistemic_storeto re-ingest each memory - The pipeline will assign confidence scores, decay classes, and tiers automatically
- Review the imported memories with
epistemic_list
Note: Re-ingested memories will be scored as
system source (0.9 weight). If you want them scored as user_explicit, set the source parameter explicitly.