Files
kbdb-graph-plugin/.claude/wiki/status.md
T
Leo c82d75f742 docs: SDD tasks + wiki 收尾(改寫全完成、推 public repo)
- tasks.md:R-EXT-4 改寫全 、R-EXT-2 獨立 repo 、部署現況(待基本盤上線跑 install.sh)
- wiki status:改寫完成快照 + 下次第一件事=實際部署
- wiki mistakes:記「讀違規現狀推翻鐵律」「embedding 非插件職責」兩條

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-06-14 21:22:23 +08:00

2.2 KiB
Raw Blame History

當前狀態

更新時間:2026-06-14 每次 session 結束必須更新此檔(用 /wiki-update)。


已完成(2026-06-14:按 leo 鐵律全面改寫 + 獨立成 repo)

HANDOFF 5 項待辦全做完:

  1. 改寫成走基本盤 API(核心):21 個違規直接 SQL action 全改走 src/lib/kbdb-client.ts。寫 triplet=POST /records(template=triplet);查圖=取 triplet records 在插件層記憶體組鄰接表跑演算法(不靠 DB VIEW)。entity 正規化降級 exact match。
  2. 刪所有 migrations(插件零建表)+ 清基本盤 action/routeblock-*/entry-crud/record-crud/tag/profile/admin/partner/convert/tasks/personality)。
  3. 獨立成 repogit init + 推 public uncle6me-web/kbdb-graph-plugin(無 Actions)。
  4. 裁剪 CLAUDE.md:移除 KBDB v3 基本盤規範,只留 graph 插件 + 🔒 鐵律 + 安裝契約。
  5. 部署繞開 GitHubscripts/install.shwrangler 直推),無 .github/workflows。

驗證:wrangler deploy --dry-run 通過(bundle 無 D1/AI/Vectorize);vitest run 10 passedmock client);全違規掃描零命中;所有 action ≤100 行。

同場修正的 SDD 錯誤判斷

design.md 原本「讀現狀(21 個直接 SQL)推翻鐵律、問要不要共用 D1」是讀違規現狀推翻規則的錯。已改正為 API-as-Wall(走 API,非共用 D1,零建表/零 SQL),並記進 mistakes.md。

下次 session 第一件事

實際部署:等基本盤 arcrun-kbdb 上線/有網址後,跑 bash scripts/install.sh 一次到位 (自動查 CF subdomain 拼 KBDB_BASE_URLwrangler secret putwrangler deploy)。 現在不空跑部署(避免上線一個打不到基本盤的殼)。

已知缺口([→arcrun],待基本盤補)

  • base 無 PUT /records/:id → entity addAlias 用「重建 record」覆寫。
  • base 無 DELETE /records/:id → triplet/entity update/delete、pending confirm/reject 為 soft(不硬刪)。
  • 語意搜尋 / embedding 屬基本盤 optional embed 模組,插件只做 keyword/exact。
  • arcrun 端 MCP/CLI 的 KBDB 薄殼仍待補(見 arcrun HANDOFF §2);插件目前直打基本盤 HTTP API。