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})