mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-07 01:30:45 +00:00
Summary: - The PR adds balanced, backfilled all-corpus result merging for `memory_search` and `wiki_search`, regression tests, and a changelog entry for #77337. - Reproducibility: yes. Current main is source-reproducible: both affected paths fetch both corpora for `corpus=all`, raw-sort wiki integer scores against memory similarity scores, and slice to `maxResults`. Automerge notes: - Ran the ClawSweeper repair loop before final review. - Included post-review commit in the final squash: fix(memory): prevent all-corpus memory hit starvation Validation: - ClawSweeper review passed for heada5b4f6a932. - Required merge gates passed before the squash merge. Prepared head SHA:a5b4f6a932Review: https://github.com/openclaw/openclaw/pull/77356#issuecomment-4371767658 Co-authored-by: HCL <chenglunhu@gmail.com> Co-authored-by: clawsweeper <274271284+clawsweeper[bot]@users.noreply.github.com>