fix(cypher-executor): 實際移除 SVC_AI_TRANSFORM_* 型別宣告(前一 commit 漏改)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-05-30 15:17:02 +08:00
parent 495857aebd
commit 9593268ea6
+1 -2
View File
@@ -20,8 +20,7 @@ export type Bindings = {
SVC_NUMBER_OPS: ServiceBinding; SVC_NUMBER_OPS: ServiceBinding;
SVC_DATE_OPS: ServiceBinding; SVC_DATE_OPS: ServiceBinding;
SVC_VALIDATE_JSON: ServiceBinding; SVC_VALIDATE_JSON: ServiceBinding;
SVC_AI_TRANSFORM_COMPILE: ServiceBinding; // SVC_AI_TRANSFORM_* 已移除(Phase 2 刪 ai_transform 零件 + wrangler.toml service binding
SVC_AI_TRANSFORM_RUN: ServiceBinding;
// KV Context Store:節點 output 透過 KV 傳遞,解決同名欄位衝突 // KV Context Store:節點 output 透過 KV 傳遞,解決同名欄位衝突
EXEC_CONTEXT: KVNamespace; EXEC_CONTEXT: KVNamespace;
// Recipe StoreAPI recipe 定義(key: recipe:{canonical_id} 或 idx:{hash_id} // Recipe StoreAPI recipe 定義(key: recipe:{canonical_id} 或 idx:{hash_id}