mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 08:52:21 +00:00
* fix: recall publishers outside top install window in search Publisher search only scanned the top 500 by installs and dropped empty profiles, so handles like vincentkoc never appeared even when the user profile was public. * test: cover publisher search recall for low-install handles Add regression coverage for publishers with published skills that fall outside the top install browse window, matching the vyctorbrzezowski case. * test: align publisher search mocks with downloads browse indexes * chore: add production publisher search proof for PR 2790 * test: drop invalid publisher list stats assertion Remove stats.skills expectation from listPublicPage search recall test; public list items only expose downloads and installs counts. * chore: retrigger CI after delete-account flake