mirror of
https://github.com/openclaw/clawhub.git
synced 2026-08-14 00:47:57 +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
589 B
589 B
ClawHub publisher search proof
Status: pass (production bug reproduction before backend deploy)
Convex read-only validation (wry-manatee-359.convex.cloud)
| Query | listPublicPage handles |
|---|---|
vyctor |
[] |
vyctorbrzezowski |
[] |
vincent |
["vincentchan"] |
vincentkoc |
[] |
Profiles that exist but are missing from search
vyctorbrzezowski→ 5 skills, 1 package, 46 installsvincentkoc→ public profile, 0 published skills
Unit tests
VITE_CONVEX_URL=https://example.invalid bunx vitest run convex/publishers.test.ts