From 712edd63c3263fbda333a2b4d41b16306060d664 Mon Sep 17 00:00:00 2001 From: Kurt Overmier Date: Fri, 17 Apr 2026 07:04:00 -0500 Subject: [PATCH] =?UTF-8?q?docs:=20correct=20flow=5F*=20routing=20?= =?UTF-8?q?=E2=80=94=20Stackbilder=20product=20runs=20on=20TarotScript=20b?= =?UTF-8?q?ackend?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ba3a1f..592d935 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ A single MCP endpoint (`mcp.stackbilt.dev/mcp`) that routes tool calls to multip |---------|-------|-------------| | **TarotScript** | `scaffold_create`, `scaffold_classify`, `scaffold_publish`, `scaffold_deploy`, `scaffold_import`, `scaffold_status` | Deterministic project scaffolding, n8n workflow import, GitHub publishing, CF deployment | | **img-forge** | `image_generate`, `image_list_models`, `image_check_job` | AI image generation (5 quality tiers) | -| **Stackbilder** | `flow_create`, `flow_status`, `flow_summary`, `flow_quality`, `flow_governance`, `flow_advance`, `flow_recover` | Architecture flow orchestration (legacy — migrating to scaffold_*) | +| **Stackbilder** (TarotScript backend) | `flow_create`, `flow_status`, `flow_summary`, `flow_quality`, `flow_governance`, `flow_advance`, `flow_recover` | **DEPRECATED** — Architecture flow orchestration (migrating to `scaffold_*`) | ### The Scaffold Pipeline (E2E)