Files
Arcrun/cypher-executor
Leo 495857aebd fix(cypher-executor): 移除已刪 ai_transform 的 service binding(修 deploy 失敗)
Phase 2 刪了 ai_transform_compile/run 零件 + wrangler delete 對應 worker,但 cypher-executor
wrangler.toml 仍有 SVC_AI_TRANSFORM_COMPILE/RUN service binding,導致 deploy 報
"referenced Worker not found"(code 10143),data-exfil-warning 的 A 一直沒生效。

- wrangler.toml 移除兩個失效 [[services]]
- types.ts 移除對應 Bindings 型別宣告

deploy 成功後線上驗證:recipe push 無 consent → 403(A 生效);kbdb_get 回歸 200。

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-05-30 15:15:50 +08:00
..