Files
Arcrun/n8n-nodes-kbdb/nodes/Kbdb/kbdb.svg
T
uncle6me-web 87f6de7c9f feat(n8n): KBDB community node 薄殼——對照表 那半的八個動作
leo 2026-08-15「有效才正式開發」下一格:紙上考卷驗過的動作集做成真的 n8n 節點。
詞彙照定案(sheet/field/record,InkStoneCo system-dev/wiki/kbdb-詞彙表.md)。

- 動作 ↔ API 映射收斂在 nodes/Kbdb/actions.ts(純函式),20 個 vitest 釘死
  ——就是動作對照表  那半的機器版;🔴/◐ 的動作刻意不存在,呼叫丟
  「沒有這個能力」(07-thin-shell §3.1:API 沒有的能力不拼裝)
- 對外走 cypher-executor /kbdb/* proxy(X-Arcrun-API-Key),不直連 kbdb worker
- Add a field 不掛:proxy 無 PATCH /kbdb/templates(實測 404);base 端
  PATCH /templates/:id 語意是 slots 整組覆蓋(本地實測),不是加一欄

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-15 19:42:53 +08:00

10 lines
499 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 60 60">
<rect width="60" height="60" rx="12" fill="#1f2733"/>
<circle cx="20" cy="22" r="6" fill="#5fd4a7"/>
<circle cx="41" cy="18" r="5" fill="#7aa7ff"/>
<circle cx="36" cy="41" r="7" fill="#ffb45f"/>
<line x1="20" y1="22" x2="41" y2="18" stroke="#8fa3bd" stroke-width="2"/>
<line x1="20" y1="22" x2="36" y2="41" stroke="#8fa3bd" stroke-width="2"/>
<line x1="41" y1="18" x2="36" y2="41" stroke="#8fa3bd" stroke-width="2"/>
</svg>