docs(benchmark/locomo): add mem0/supermemory/claudecode to README directory tree#2005
Merged
qin-ctx merged 1 commit intoMay 13, 2026
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
qin-ctx
approved these changes
May 13, 2026
ZaynJarvis
pushed a commit
that referenced
this pull request
May 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The top-level
benchmark/locomo/README.mddirectory tree under## 目录结构enumerates onlyvikingbot/+openclaw/, but the directory actually contains 5 active subdirs. The other three accumulated as merged drift:mem0/added 2026-04-08 by benchmark: add LoCoMo evaluation scripts for mem0 #1290 (4.7 KB README)supermemory/added 2026-04-13 by benchmark: add LoCoMo evaluation for Supermemory #1401 (5.5 KB README)claudecode/added 2026-05-12 by feat(benchmark): add Claude Code LoCoMo evaluation harness #1990 (5.3 KB README)The top README opens with "本目录包含 LoCoMo(Long-Term Conversation Memory)评测脚本" (i.e., describes the whole
benchmark/locomo/directory), so listing 2/5 actively-maintained eval paths is a real discoverability gap for users browsing the dir from the repo root.Scope of this patch
Minimal additive — 3 new tree entries plus the box-drawing prefix flip on the
openclaw/block (└──/ → ├──/│ ) now thatopenclaw/is no longer the last child. Each new entry is a one-liner pointing readers at the subdir's own README:The subdir READMEs (mem0 4.7 KB, supermemory 5.5 KB, claudecode 5.3 KB) remain authoritative for per-mode prerequisites / ingest / eval / stats — this patch does not duplicate that content into the top README. Only the missing tree entries are added to restore the canonical entry point for directory browsing.
Note on in-flight PRs
Two open PRs would extend this directory further; both touch only files inside their own new subdirs (no conflict with this README change):
feat(benchmark): add Hermes OpenViking LoCoMo scripts— addsbenchmark/locomo/hermes/feat(exp): add LongMemEval and LoCoMo expr— addsbenchmark/locomo/openviking/If either lands, a follow-up 1-line tree update will be needed. This PR only adds the 3 entries whose source PRs are already merged on main.
Test plan
openclaw/being the last tree entry (grep confirms none).