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
P1 (Codex): Don't write last_confirmed_use_at on explicit error.
When user explicitly corrects a recall, we shouldn't mark it as
"confirmed use" - otherwise staleInjected logic breaks.
P2 (Codex):
1. Run TTL cleanup on read path too (not just set path).
This handles idle sessions that never trigger set() again.
2. Refine confirm/error keywords to reduce false positives.
Removed "ok" and "no" which are too generic.
0 commit comments