chore: retire tb-prod from workspace install/release flow#30
Merged
Conversation
We're standardizing on the official Productive MCP connected to the Claude org account (mcp__claude_ai_Productive__*). The tb-prod CLI is no longer published or installed via this toolbox. - scripts/install.sh: drop tb-prod from ALL_TOOLS - scripts/bump.sh: drop tb-prod from VALID_TOOLS - .github/workflows/release.yml: drop tb-prod from workflow_dispatch options - README.md: remove tb-prod from the crate table; add a retirement note pointing at the MCP; switch examples to other tools - .claude/skills/cli-toolbox_publish: drop tb-prod from valid tool list The crates/tb-prod source is kept in place for reference; it's no longer part of the install/release flow but remains in the workspace so existing checkouts keep building. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
tb-prodfrom this toolbox: drop it frominstall.sh,bump.sh,release.ymloptions, and the README crate tablemcp__claude_ai_Productive__*)crates/tb-prodsource is kept in the workspace for reference and continues to build, but is no longer published or installed via the toolboxWhat's NOT changed
crates/tb-prodRust source (left in place; the workspaceCargo.tomlstill includes it so the workspace builds)scripts/benchmark-mcp-vs-cli.sh(kept as historical artifact)crates/toolbox-core/src/version_check.rsthat mentiontb-prod(purely cosmetic)Test plan
bash -n scripts/install.sh && bash -n scripts/bump.sh(passed locally)cargo check --workspacestill builds withtb-prodleft in the workspace./scripts/install.sh --alland confirm tb-prod is no longer pulled in./scripts/install.sh tb-prodand confirm it errors with "unknown tool"🤖 Generated with Claude Code