519423cb0d
- landing/app/mira/wiki: tag=mira-wiki list now shows all wiki paragraphs (depends on KBDB tag filter exposed in matrix/kbdb commit, separate repo) - landing: app/mira hub + feed split + various WIP from prior sessions - registry/components: claude_api / kbdb_create_block / kbdb_get / km_writer / platform_crypto / auth_oauth2 contracts + main.go (accumulated) - .component-builds: pkg-lock updates + index.ts adjustments (WIP) - .agents/specs/arcrun/frontend-redesign: design notes - docs/test_credentials, docs/user_requirements/arcrun-landing-page: WIP docs - cypher-executor: auth-dispatcher / wasi-shim adjustments (WIP) Includes accumulated work from prior sessions plus the wiki UI tag-filter update that surfaces the AI-generated wiki paragraphs at /mira/wiki. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
111 lines
2.1 KiB
TOML
111 lines
2.1 KiB
TOML
name = "arcrun-cypher-executor"
|
|
main = "src/index.ts"
|
|
compatibility_date = "2025-02-19"
|
|
compatibility_flags = ["nodejs_compat"]
|
|
|
|
[[kv_namespaces]]
|
|
binding = "EXEC_CONTEXT"
|
|
id = "616967a852eb450a8c01731f71ac8edd"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "WEBHOOKS"
|
|
id = "4d23ccd418414a729bd533ba8e3b341f"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "CREDENTIALS_KV"
|
|
id = "e7f4320f88d343f187e35e3543dd74c9"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "ANALYTICS_KV"
|
|
id = "a43b7997c8e54a34886c2995a853c720"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "RECIPES"
|
|
id = "9cf9db905c6241f78503199e58b2ffe0"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "USERS_KV"
|
|
id = "25bef01d079148919578894434d58c4d"
|
|
|
|
[[kv_namespaces]]
|
|
binding = "SESSIONS_KV"
|
|
id = "455d0505c7534883a4d4985ab8295857"
|
|
|
|
[[r2_buckets]]
|
|
binding = "WASM_BUCKET"
|
|
bucket_name = "arcrun-wasm"
|
|
|
|
[ai]
|
|
binding = "AI"
|
|
|
|
[[services]]
|
|
binding = "SVC_IF_CONTROL"
|
|
service = "arcrun-if-control"
|
|
|
|
[[services]]
|
|
binding = "SVC_SWITCH"
|
|
service = "arcrun-switch"
|
|
|
|
[[services]]
|
|
binding = "SVC_FOREACH_CONTROL"
|
|
service = "arcrun-foreach-control"
|
|
|
|
[[services]]
|
|
binding = "SVC_FILTER"
|
|
service = "arcrun-filter"
|
|
|
|
[[services]]
|
|
binding = "SVC_MERGE"
|
|
service = "arcrun-merge"
|
|
|
|
[[services]]
|
|
binding = "SVC_TRY_CATCH"
|
|
service = "arcrun-try-catch"
|
|
|
|
[[services]]
|
|
binding = "SVC_WAIT"
|
|
service = "arcrun-wait"
|
|
|
|
[[services]]
|
|
binding = "SVC_SET"
|
|
service = "arcrun-set"
|
|
|
|
[[services]]
|
|
binding = "SVC_ARRAY_OPS"
|
|
service = "arcrun-array-ops"
|
|
|
|
[[services]]
|
|
binding = "SVC_STRING_OPS"
|
|
service = "arcrun-string-ops"
|
|
|
|
[[services]]
|
|
binding = "SVC_NUMBER_OPS"
|
|
service = "arcrun-number-ops"
|
|
|
|
[[services]]
|
|
binding = "SVC_DATE_OPS"
|
|
service = "arcrun-date-ops"
|
|
|
|
[[services]]
|
|
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"
|
|
|
|
[vars]
|
|
ENVIRONMENT = "production"
|
|
# MULTI_TENANT = "true"
|
|
# ENCRYPTION_KEY 透過 wrangler secret set 設定
|
|
KBDB_BASE_URL = "https://kbdb.finally.click"
|
|
# KBDB_INTERNAL_TOKEN 透過 wrangler secret set 設定
|
|
|
|
[[routes]]
|
|
pattern = "cypher.arcrun.dev/*"
|
|
zone_name = "arcrun.dev"
|