From 9593268ea66c4f8996968b536d737c2c07e66a92 Mon Sep 17 00:00:00 2001 From: richblack Date: Sat, 30 May 2026 15:17:02 +0800 Subject: [PATCH] =?UTF-8?q?fix(cypher-executor):=20=E5=AF=A6=E9=9A=9B?= =?UTF-8?q?=E7=A7=BB=E9=99=A4=20SVC=5FAI=5FTRANSFORM=5F*=20=E5=9E=8B?= =?UTF-8?q?=E5=88=A5=E5=AE=A3=E5=91=8A=EF=BC=88=E5=89=8D=E4=B8=80=20commit?= =?UTF-8?q?=20=E6=BC=8F=E6=94=B9=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- cypher-executor/src/types.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/cypher-executor/src/types.ts b/cypher-executor/src/types.ts index bb0d88c..23c13a7 100644 --- a/cypher-executor/src/types.ts +++ b/cypher-executor/src/types.ts @@ -20,8 +20,7 @@ export type Bindings = { SVC_NUMBER_OPS: ServiceBinding; SVC_DATE_OPS: ServiceBinding; SVC_VALIDATE_JSON: ServiceBinding; - SVC_AI_TRANSFORM_COMPILE: ServiceBinding; - SVC_AI_TRANSFORM_RUN: ServiceBinding; + // SVC_AI_TRANSFORM_* 已移除(Phase 2 刪 ai_transform 零件 + wrangler.toml service binding) // KV Context Store:節點 output 透過 KV 傳遞,解決同名欄位衝突 EXEC_CONTEXT: KVNamespace; // Recipe Store:API recipe 定義(key: recipe:{canonical_id} 或 idx:{hash_id})