Skip to content

refactor!: unify tool namespace to maps_* prefix#43

Merged
cablate merged 1 commit intomainfrom
refactor/namespace-unification
Mar 14, 2026
Merged

refactor!: unify tool namespace to maps_* prefix#43
cablate merged 1 commit intomainfrom
refactor/namespace-unification

Conversation

@cablate
Copy link
Owner

@cablate cablate commented Mar 14, 2026

Summary

BREAKING CHANGE: Rename 2 tools for consistent maps_* namespace:

Before After
search_nearby maps_search_nearby
get_place_details maps_place_details

All 10 tools now follow the same maps_* naming convention. CLI exec mode still accepts old names for backwards compatibility.

Test plan

  • npm run build passes
  • npm test — 94 passed, 0 failed
  • README updated with new names
  • CI passes

🤖 Generated with Claude Code

BREAKING CHANGE: rename tools for consistent namespace:
- search_nearby → maps_search_nearby
- get_place_details → maps_place_details

All 10 tools now use the maps_* prefix. CLI exec mode accepts
both old and new names for backwards compatibility.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@cablate cablate merged commit fc2d066 into main Mar 14, 2026
1 check passed
@cablate cablate deleted the refactor/namespace-unification branch March 14, 2026 16:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant