v0.3.3: Search index completeness and route-tree fetch resilience
Search index completeness and route-tree fetch resilience
- eia_search_routes waits for the corpus to fully warm before ranking and reports indexComplete/indexGaps so a short result set is never mistaken for a settled one (#38)
- buildRouteTree paces its warm-time fetches through a bounded concurrency gate and marks a node incomplete instead of silently dropping its subtree on a failed fetch (#39)