This commit is contained in:
Oliver
2026-05-02 11:11:17 +00:00
parent 84adb6e543
commit 031b9b49bf
4 changed files with 82 additions and 1 deletions
+4 -1
View File
@@ -77,7 +77,10 @@ For each candidate filename:
2. Score:
- +1 for each token that matches a keyword from `icp.md`
- +1 for each token that matches a pain point from `icp.md`
3. Pick the highest score. Tie-break alphabetically by filename.
- +0.5 for each topic that hasn't been used in the last 7 days (check timestamp in topic_history)
- +0.3 if this topic has never been selected before
- -0.2 if this topic was selected in the last 3 selections
3. Pick the highest score. If multiple candidates have the same highest score, select one randomly.
Output of this step: exactly ONE selected filename.