mirror of
https://github.com/gadgethd/ukmesh.git
synced 2026-09-07 15:53:43 +00:00
- Add server-side multi-observer resolver that solves a shared backbone once (anchor observer), then constrains other observers to reuse the same nodes for shared path hash prefixes, branching only at divergence - New GET /api/path-beta/resolve-multi endpoint returns consistent per-observer results in a single request - Relax corridor filtering for multi-observer packets: candidates accepted if within ANY observer's corridor, not just the primary - Strengthen observer hop hint weights (0.09→0.18 confirmed, 0.11→0.22 reachable, 0.10→0.20 fallback) for better cross-observer candidate steering - Enumerate permutations from fork point for divergent suffixes - Frontend prefers multi endpoint when 2+ observers, with cache keyed by sorted observer IDs for automatic invalidation on new observations Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>