v0.2.15: Paging exhaustion, geocode precision, tag-input trimming
Paging exhaustion, geocode precision, tag-input trimming
- openstreetmap_query_nearby/bbox distinguish an exhausted offset from a genuine empty result — reports the real match count and a valid retry offset (#27)
- openstreetmap_geocode's exclude_place_ids paging walk reports its own exhaustion as success with zero results, instead of throwing no_results with a query-rewrite hint (#35)
- openstreetmap_geocode's content[] importance no longer disagrees with structuredContent's full-precision value (#28)
- resolveTagInput trims tag_key/tag_value before Overpass interpolation, fixing silent zero results from padded values (#36)
- docs/design.md error blocks resynced with shipped tool contracts