Skip to content

Tag hierarchy-noun tool titles with "tmux"#38

Open
tony wants to merge 1 commit intomainfrom
feature/tmux-title-tagging
Open

Tag hierarchy-noun tool titles with "tmux"#38
tony wants to merge 1 commit intomainfrom
feature/tmux-title-tagging

Conversation

@tony
Copy link
Copy Markdown
Member

@tony tony commented May 8, 2026

Summary

31 hierarchy-noun tool titles gain a tmux qualifier (e.g. "List Sessions""List tmux Sessions") for display-time disambiguation in tool catalog UIs and claude mcp list-style outputs.

Verbs-of-art (Send Keys, Pipe Pane, Snapshot Pane, Capture Pane, Paste Text) stay generic — the verb is already a tmux-specific term and over-prefixing reads as visual chrome.

Pure display-time lever — title is not in BM25's search corpus (verified vs FastMCP's _extract_searchable_text), so this won't shift activation behavior. It just makes the catalog readable when a user has multiple MCPs sharing the noun.

Test plan

  • uv run ruff check . --fix && uv run ruff format .
  • uv run mypy
  • uv run py.test --reruns 0 -vvv (430 passed; +2 title-audit tests)
  • just build-docs

@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 8, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.89%. Comparing base (fd188bb) to head (ee28666).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   84.89%   84.89%           
=======================================
  Files          40       40           
  Lines        2290     2290           
  Branches      293      293           
=======================================
  Hits         1944     1944           
  Misses        261      261           
  Partials       85       85           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@tony
Copy link
Copy Markdown
Member Author

tony commented May 9, 2026

Code review

No issues found. Checked for bugs and AGENTS.md compliance.

Generated with Claude Code

why: Tool titles are display fields visible in Claude Code's tool
catalog UI and `claude mcp list`-style outputs. "List Windows"
competes with browser/editor/WM MCPs that share the noun;
"List tmux Windows" is unambiguous. Title is NOT in the BM25 corpus
(verified vs fastmcp _extract_searchable_text at
server/transforms/search/base.py:41-57) — this lever is purely
display-time disambiguation, which still pays off in human-readable
tool catalogs even though it has no impact on ToolSearch ranking.
Verbs-of-art (Send Keys, Pipe Pane, Snapshot Pane, Capture Pane,
Paste Text, Select Pane, etc.) are tmux-specific terms already and
stay generic — over-prefixing reads as visual chrome.

what:
- 31 title edits across 8 tool modules (server, session, window,
  option, env, hook, buffer, wait-for-channel families). Hierarchy
  nouns (window, session, server, option, environment, hook, buffer,
  channel) gain "tmux" qualifier; verbs-of-art carved out
- Parametrized title-audit tests for both the require-tmux set (31
  tools) and the verb-of-art set (19 tools); the negative test
  catches accidental over-prefixing in a future change
@tony tony force-pushed the feature/tmux-title-tagging branch from 9cef5b3 to ee28666 Compare May 9, 2026 10:00
@tony
Copy link
Copy Markdown
Member Author

tony commented May 9, 2026

Code review

No issues found. Re-checked the latest delta for bugs and AGENTS.md compliance.

Generated with Claude Code

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.

2 participants