What's wrong with this entry?
Memory stores are now periodically resynced in the background instead of relying solely on event-driven pushes.
- Controlled by the
tengu_memory_store_resync_interval_minutesfeature flag (minimum interval enforced) - Can be disabled entirely with
CLAUDE_CODE_DISABLE_MEMORY_PERIODIC_RESYNC=true - A timer re-arms after each sync to schedule the next one; the mechanism uses
unref()so it doesn't block process exit
New periodic resync logic (search for "memory-watcher: stale-store check failed:", "CLAUDE_CODE_DISABLE_MEMORY_PERIODIC_RESYNC", "tengu_memory_store_resync_interval_minutes")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.