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
test(memory-core): exercise fuzzy-window straddle path for #80613
Address ClawSweeper P3 on PR #80702: the existing integration test
recorded the recall snippet at the exact human bullet line, so
relocateCandidateRange always took the exact-match path and never
exercised the fuzzy window search that originally latched onto the
managed-block straddle window in #80613.
Add a regression that records a clean-leading multi-line straddle
snippet at a stale 20..30 range, forcing rehydration through the fuzzy
window search. Verified the new test FAILS without redactManagedDreaming
Lines (MEMORY.md receives '- - Plan switches use exRule, not abConfig
## Light Sleep <!-- openclaw:dreaming:light:start --> - Candidate: ... -
status: staged <!-- openclaw:dreaming:light:end -->' verbatim) and
PASSES with the sanitizer in place.
All 88 tests across short-term-promotion and dreaming-phases pass.
Co-authored-by: Cursor <cursoragent@cursor.com>
0 commit comments