You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
memory-flush prompt: Removed instructions to write MEMORY.md (OpenClaw marks it read-only during flush) and run exec commands (restricted during flush). Previous prompt would fail silently, wasting tokens every compaction cycle.
New Features
memory-boot.js: Single-command session startup — runs health check, updates index, outputs MEMORY.md content. Saves 2 tool calls per session.
postIndexSync: "async": OpenClaw auto-syncs memory search index after compaction.
Cron stale detection: Compares file hashes against index, auto-rebuilds when out of sync (catches memory-flush writes that bypass autoReindex).