sync: AI review scores, reviewed page, search improvements, score filter

- Surface AI review scores across skill pages, browse, and search
- Add dedicated /reviewed page with score filtering
- Add recommended sort using Meilisearch relevance + AI scores
- Fix search sort defaulting to stars instead of recommended
- Fix CLI TypeScript null check for aiScore in search command
- Adjust cache TTL for reviewed content

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
airano
2026-03-14 05:05:37 +03:30
parent 4212b5ba47
commit 3e22d2e238
34 changed files with 929 additions and 194 deletions

View File

@@ -16,6 +16,7 @@ export function Footer() {
{ name: t('links.categories'), href: `/${locale}/categories` },
{ name: t('links.featured'), href: `/${locale}/featured` },
{ name: t('links.newSkills'), href: `/${locale}/new` },
{ name: t('links.reviewedSkills'), href: `/${locale}/reviewed` },
],
resources: [
{ name: t('links.documentation'), href: `/${locale}/docs` },