docs: correct flow_* routing — Stackbilder product runs on TarotScript backend#39
Merged
stackbilt-admin merged 1 commit intomainfrom Apr 17, 2026
Merged
Conversation
…t backend The backend table listed `Stackbilder` as the routing target for `flow_*` tools, but `src/route-table.ts:22-30` is authoritative and routes all `flow_*` tools to the `TAROTSCRIPT` service binding. Update the row to reflect that Stackbilder is a product UX sitting on the TarotScript backend, and promote the "legacy — migrating to scaffold_*" parenthetical to a loud DEPRECATED prefix. 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
Stackbilderas the routing target forflow_*tools, butsrc/route-table.ts:22-30routes allflow_*calls to theTAROTSCRIPTservice binding.route-table.tsis authoritative (it's the runtime dispatch mechanism); the README row is documentation drift.Stackbilder (TarotScript backend)so the routing truth is visible without losing the product name, and promotes the "legacy — migrating to scaffold_*" parenthetical to a DEPRECATED prefix since that migration status was soft-pedaled before.StackbilderandTarotScriptare distinct product surfaces on the same engine.Context
Drift was flagged during MCP gateway triage alongside a batch of issue dispositions. Discussion in the gateway issue stream on 2026-04-17.
Test plan
STACKBILDERbinding forflow_*routing (onlywrangler.tomlstill bindsSTACKBILDERas a service — preserved, not touched, since that's a separate cleanup if the binding turns out to be unused)🤖 Generated with Claude Code