Skip to content

feat: include relevanceScore in GET /bounties/recommended response#104

Open
DrGalio wants to merge 1 commit into
devasignhq:mainfrom
DrGalio:fix/bounty-recommendations-include-relevance-score
Open

feat: include relevanceScore in GET /bounties/recommended response#104
DrGalio wants to merge 1 commit into
devasignhq:mainfrom
DrGalio:fix/bounty-recommendations-include-relevance-score

feat: include relevanceScore in GET /bounties/recommended response

285ca20
Select commit
Loading
Failed to load commit list.
DevAsign Agent / DevAsign · End goal succeeded May 31, 2026 in 0s

All acceptance criteria met

The diff correctly removes the destructuring that stripped relevanceScore from the scored path (line 198) and adds relevanceScore: 0 to the no-tech-stack fallback. Tests now assert relevanceScore values for both the scored and tie-breaking cases. The weighted scoring logic and 15-minute caching are preserved unchanged. All criteria are met.