Files
ukmesh/frontend
BenandClaude Sonnet 4.6 83afff2401 Improve beta path resolver: directional sorting and tighter skip budget
- getCandidates: sort all tiers by alignment-toward-src combined with distance
  penalty (sortScore = cosine_similarity - dist_km/50) rather than distance alone.
  When src is unknown the alignment term is 0 so distance sorting is preserved.
- maxSkips: changed from pathHashes.length (skip everything) to
  min(2, floor(N/3)) — prevents degenerate paths on sparse data

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-03-04 22:12:07 +00:00
..
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00
2026-03-03 19:11:05 +00:00