Leo commented on issue Leo/Arcrun#67 2026-07-19 08:27:31 +00:00
semantic search 固定回 topK=20、無分數閾值——低分尾摻入不相關結果硬湊數

live 驗證過關單(leo21c ff6be30b):mode=semantic&top_k=5&min_score=0.5 回 5 筆全 ≥0.5 分數降冪(首名 0.875=正確命中 KPI 卡);不帶參數維持 20 筆+entry 附 score 欄=向後相容。治本(D30…

Leo closed issue Leo/Arcrun#66 2026-07-19 08:27:30 +00:00
kbdb /entries/search keyword 路徑 source 參數解析後丟棄(#5.1 只做了一半)
Leo commented on issue Leo/Arcrun#66 2026-07-19 08:27:29 +00:00
kbdb /entries/search keyword 路徑 source 參數解析後丟棄(#5.1 只做了一半)

live 驗證過關單(leo21c ff6be30b,雲端總管 2026-07-19 實測):/entries/search?q=KPI&source=<不存在值> 回 0 筆、不帶 source 同 q 回 45 筆=謂詞已接上。

Leo pushed to main at Leo/Arcrun 2026-07-19 08:05:30 +00:00
0ba685af9f Merge remote-tracking branch 'origin/feat/mcp-graph-neighbors-tool'
7eeab9f26f feat(mcp): kbdb_graph_neighbors — graph 鄰居查詢薄殼(#68)
Compare 2 commits »
Leo commented on issue Leo/Arcrun#68 2026-07-19 08:04:26 +00:00
arcrun-mcp 缺 graph 查詢 tool——graph_neighbors 已 workflow 化但未曝成 MCP 工具

PR#71 總管逐項審通過已 merge(薄殼零新 binding/404 誠實安裝指引/59/59 綠)。#68 保持 open 直到 gated redeploy arcrun-mcp(leo 閘)+live tools/list 驗到 kbdb_graph_neighbors 才關。

Leo commented on issue Leo/Arcrun#68 2026-07-19 07:56:17 +00:00
arcrun-mcp 缺 graph 查詢 tool——graph_neighbors 已 workflow 化但未曝成 MCP 工具

PR 已開:#71(Leo/Arcrun#71

  • 新 tool kbdb_graph_neighborsmcp/src/tools/kbdb_graph.ts):薄殼調 GET /q/:ns/graph_neighbors 同步查詢端點(#28 地基),subject/d…
Leo closed pull request Leo/Arcrun#70 2026-07-19 07:56:12 +00:00
fix(kbdb): search keyword 補 source filter(#66)+semantic 曝 top_k/min_score、entry 附 score(#67)
Leo commented on pull request Leo/Arcrun#70 2026-07-19 07:56:11 +00:00
fix(kbdb): search keyword 補 source filter(#66)+semantic 曝 top_k/min_score、entry 附 score(#67)

關閉說明(總管):本 PR 的 commit 65d85eb 因目錄共用事故已隨 docs push 先行上了 main(總管與 subagent 共用同一 clone、總管 push HEAD:main 時帶上了分支 commit——流程破口,教訓已記頂層…

Leo created pull request Leo/Arcrun#71 2026-07-19 07:56:08 +00:00
feat(mcp): kbdb_graph_neighbors — knowledge graph 鄰居查詢薄殼(#68)
Leo created branch feat/mcp-graph-neighbors-tool in Leo/Arcrun 2026-07-19 07:55:19 +00:00
Leo pushed to feat/mcp-graph-neighbors-tool at Leo/Arcrun 2026-07-19 07:55:19 +00:00
7eeab9f26f feat(mcp): kbdb_graph_neighbors — graph 鄰居查詢薄殼(#68)
Leo commented on issue Leo/Arcrun#39 2026-07-19 07:54:37 +00:00
藏書地圖 Library Map:KBDB 查詢前的定向層(Template+ingest 重算+MCP instructions/get_map+GUI 首頁)——leo spec 附全文,請出 SDD

SDD 已出稿(2026-07-19,leo 催辦後補課):system-dev/docs/3-specs/library-map/(requirements/design/tasks,commit 1ee0dbd,status: draft)。

對原 spec 的兩個補充裁定:

  1. **重算 SQL 的家=kbdb…
Leo commented on issue Leo/Arcrun#67 2026-07-19 07:54:29 +00:00
semantic search 固定回 topK=20、無分數閾值——低分尾摻入不相關結果硬湊數

修復 PR 已開:#70(Leo/Arcrun#70)。route 曝 top_k(預設 20、封頂 100)/min_score(預設 0=不過濾),semanticSearch 依閾值截低分尾,semantic 回應 entry 附 score

Leo commented on issue Leo/Arcrun#66 2026-07-19 07:54:28 +00:00
kbdb /entries/search keyword 路徑 source 參數解析後丟棄(#5.1 只做了一半)

修復 PR 已開:#70(Leo/Arcrun#70)。searchEntries 尾端加 source?+與 listEntries #5.1 同款 json_extract 謂詞,route keyword 分支與 semantic 降級分支兩處傳入。kbdb…

Leo pushed to main at Leo/Arcrun 2026-07-19 07:54:26 +00:00
1ee0dbd2fe docs(sdd): library-map(藏書地圖)SDD 出稿 draft——#39 立案 11 天催辦補課;含 D6 歸屬裁定(SQL 住基本盤)+D30 檢索治本連動
65d85eb08f fix(kbdb): search keyword 補 source filter(#66)+semantic 曝 top_k/min_score 帶 score(#67)
Compare 2 commits »
Leo created pull request Leo/Arcrun#70 2026-07-19 07:54:17 +00:00
fix(kbdb): search keyword 補 source filter(#66)+semantic 曝 top_k/min_score、entry 附 score(#67)
Leo created branch fix/search-source-filter-and-semantic-threshold in Leo/Arcrun 2026-07-19 07:53:49 +00:00
Leo pushed to fix/search-source-filter-and-semantic-threshold at Leo/Arcrun 2026-07-19 07:53:49 +00:00
65d85eb08f fix(kbdb): search keyword 補 source filter(#66)+semantic 曝 top_k/min_score 帶 score(#67)
Leo opened issue Leo/Arcrun#69 2026-07-19 07:01:04 +00:00
artifact-sharing Phase 1+1.5 實作起跑——分享機制(bundle/譜系/訂閱/多源/changelog)
Leo pushed to main at Leo/Arcrun 2026-07-19 07:00:44 +00:00
2324537165 docs(sdd): 1.5-3 補機制邊界(分享≠同步、與 acr update 兩軌)+changelog/版本 diff 規格(leo 修正)