fix(cypher): register kbdb_upsert_block + workers_dev=true on all 32 components
兩件事一起補: 1. cypher-executor 的 WASM_HTTP_RUNNER_IDS 白名單漏加 kbdb_upsert_block。 mira 7B.3f 端對端 debug 才發現 upsert 節點直接拋「找不到零件」。 建零件時要記得同步註冊到 loader。 2. .component-builds/*/wrangler.toml (×32) 全部加 workers_dev = true。 解決每次新部署 component 都要去 CF Dashboard 手動啟用 workers.dev URL 的痛點(leo 今天踩這個踩了好幾次)。zero-touch deploy + free tier 友好, 符合 arcrun 「fork 後 self-host 用 free tier 跑得起來」的核心目標。 對 mira 端:wiki_synthesis.yaml 還原回完整鏈 (lookup → compose → upsert + 平行的 FOREACH paragraphs/triplets)。
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
name = "arcrun-validate-json"
|
||||
main = "src/index.ts"
|
||||
compatibility_date = "2025-02-19"
|
||||
workers_dev = true
|
||||
|
||||
[vars]
|
||||
COMPONENT_ID = "validate_json"
|
||||
|
||||
Reference in New Issue
Block a user