feed: TF-IDF content ranking over :tags — tag-df/idf, tfidf-score, by-relevance + 15 tests
Some checks failed
Test, Build, and Deploy / test-build-deploy (push) Failing after 43s

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-06-06 16:50:36 +00:00
parent 37226cf6eb
commit a979297959
6 changed files with 165 additions and 7 deletions

View File

@@ -3,9 +3,10 @@
"basic": {"pass": 30, "fail": 0},
"fanout": {"pass": 29, "fail": 0},
"rank": {"pass": 24, "fail": 0},
"integration": {"pass": 22, "fail": 0}
"integration": {"pass": 22, "fail": 0},
"content": {"pass": 15, "fail": 0}
},
"total_pass": 105,
"total_pass": 120,
"total_fail": 0,
"total": 105
"total": 120
}