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
fix(memory-core): split idempotencyKey from sessionKey in dreaming narrative
sessionKey uses a day-bucket for session reuse within the same calendar
day, while idempotencyKey includes the raw nowMs timestamp to stay
unique per run. Previously both used the day-bucket, causing the
gateway to dedupe fresh narrative sweeps as stale cached results.
Also updates the test to assert the split key formats.
0 commit comments