gabriel / musehub public
fix BREAKING fix/naming-uniformity #1 / 1
gabriel · 170 days ago · Apr 10, 2026 · Diff

fix: uniform MCP tool naming — verb_noun pattern throughout

- get → read for all single-item reads (context, commit, domain, view, prompt, symbol) - submit_proposal_review → create_proposal_review - patch_repo_settings → update_repo - set_issue_labels → update_issue_labels - Add missing verb prefixes: proposal_risk → read_proposal_risk, etc. - Coord tools reordered to verb-first: coord_reserve → create_coord_reservation, etc. - 31 tool renames; executor functions renamed consistently

sha256:ef9852f4c3bb67522bf604ae2291e505e93eec18bd202eceff295fbadda8cd79 sha
+6 ~68 −6 symbols
sha256:6791cdad1bc42a88eecaddc0bca09a4adb69b7713cd3b0b50435c818ba75cac4 snapshot
+6
symbols added
~68
symbols modified
−6
symbols removed
0
dead code introduced
Semantic Changes 80 symbols
~ musehub/services/musehub_mcp_executor.py .py 6 symbols added, 6 symbols removed, 22 symbols modified
− execute_coord_claim_task function async_function execute_coord_claim_task L2173–2197
− execute_coord_complete_task function async_function execute_coord_complete_task L2200–2221
− execute_coord_enqueue function async_function execute_coord_enqueue L2349–2392
− execute_coord_fail_task function async_function execute_coord_fail_task L2224–2245
− execute_coord_reserve function async_function execute_coord_reserve L2272–2322
− execute_cross_repo_impact function async_function execute_cross_repo_impact L2395–2439
+ execute_claim_coord_task function async_function execute_claim_coord_task L2173–2197
+ execute_complete_coord_task function async_function execute_complete_coord_task L2200–2221
+ execute_create_coord_reservation function async_function execute_create_coord_reservation L2272–2322
+ execute_enqueue_coord_task function async_function execute_enqueue_coord_task L2349–2392
+ execute_fail_coord_task function async_function execute_fail_coord_task L2224–2245
+ execute_read_cross_repo_impact function async_function execute_read_cross_repo_impact L2395–2439
← Older Oldest on fix/naming-uniformity
All commits
Newer → Latest on fix/naming-uniformity

0 comments

No comments yet. Be the first to start the discussion.

To add a comment, use the Muse CLI: muse hub commit comment sha256:ef9852f4c3bb67522bf604ae2291e505e93eec18bd202eceff295fbadda8cd79 --body "your comment"