diff --git a/cypher-executor/wrangler.toml b/cypher-executor/wrangler.toml index 04287e5..f845862 100644 --- a/cypher-executor/wrangler.toml +++ b/cypher-executor/wrangler.toml @@ -91,13 +91,9 @@ service = "arcrun-date-ops" binding = "SVC_VALIDATE_JSON" service = "arcrun-validate-json" -[[services]] -binding = "SVC_AI_TRANSFORM_COMPILE" -service = "arcrun-ai-transform-compile" - -[[services]] -binding = "SVC_AI_TRANSFORM_RUN" -service = "arcrun-ai-transform-run" +# ai_transform_compile / ai_transform_run 已於 Phase 2(2026-05-29)刪除 +# (Arcrun 是 AI 呼叫的工具,工作流不該內嵌 AI 節點)。對應 worker 已 wrangler delete, +# service binding 一併移除(否則 deploy 報 referenced Worker not found)。 [vars] ENVIRONMENT = "production"