fix: complete bundled tool consolidation - #513
Merged
Merged
Conversation
added 2 commits
July 27, 2026 12:41
Preserve Slash, Marketplace and MCP Builder legacy namespaces and CLI entrypoints while switching runtime registration to the bundled SIN-Code implementations. Repair packaging metadata, ship a path-free Marketplace catalog, remove external install dependencies, and refresh the stale project lock identity.
Update ecosystem ownership, lifecycle metadata and consolidation records so Marketplace and MCP Builder are native SIN-Code capabilities and the three standalone repositories are retirement candidates after CI.
Contributor
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🏆 CEO Audit — A (92.0/100)
📥 Download full report (Markdown)
|
Document the existing youtube__* MCP server and add a safe ask-by-default wildcard after the explicit read-only rules so ecosystem registry parity and future-tool safety stay aligned.
🏆 CEO Audit — A (92.0/100)
📥 Download full report (Markdown) Run ID:
|
This was referenced Jul 28, 2026
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
Completes the unfinished consolidation from #29 and closes #512 by making Slash, Marketplace and MCP Server Builder first-class bundled SIN-Code capabilities without breaking existing consumers.
Runtime cutover
sin_slash,sin_marketplaceandsin_mcp_server_builderPackaging and Marketplace
uv.lockroot identity (sin-code-bundle→sin-code)/Users/...paths and the Infra runtime dependencyGovernance
Verification
367 passed— canonical Slash/MCP Builder/Marketplace and compatibility tests146 passed— original Slash standalone tests against canonical SIN-Code120 passed— original MCP Builder standalone tests against canonical SIN-Code86 passed, 11 deselected— original Marketplace contracts; the 11 deselected contracts are the intentionally replaced private-Infra URL, no-cache failure and live-network sync behaviors, each covered by deterministic canonical testsuv lock --check --offline: passLockfile review
The lock refresh adds the dependencies already declared by the current
pyproject.toml, removes the obsoletetree-sitter-languagesaggregate, and replaces the stale editable project record. It changes zero existing package versions.Known unrelated baseline drift
scripts/sync_lifecycle.py --checkstill reports the pre-existingskill-github-governancedrift and 17 unrelated lifecycle-map orphans. The two entries changed by this PR match the lifecycle map exactly; unrelated drift is intentionally not mixed into #512.Closes #512.