Reapply "Strengthen search breadth and modal fitting"

This reverts commit 3f824c4bdf.
This commit is contained in:
AI Assistant
2026-03-17 14:04:07 +09:00
parent f131cee6de
commit c177bae59e
10 changed files with 102 additions and 62 deletions
+2 -2
View File
@@ -123,8 +123,8 @@ func TestRemainingGeminiCapacityShrinksWithReviewedItems(t *testing.T) {
{Link: "https://a.example"},
{Link: "https://b.example"},
}
if got := RemainingGeminiCapacity(reviewed); got != 14 {
t.Fatalf("expected 14 remaining slots, got %d", got)
if got := RemainingGeminiCapacity(reviewed); got != 22 {
t.Fatalf("expected 22 remaining slots, got %d", got)
}
}