fix(console): 駕駛艙首頁改讀 live 一手資料,stale 殘骸誠實標示
leo 抱怨「等你的事」錯了好幾天、首頁總覽對不上實際進度。診斷結論: - dash_wait 沒有活的維護管線(最後寫入 07-04;等leo清單#11 已於 07-05 銷案=誤判,dashboard 卻繼續掛著)——真相源其實是 InkStoneCo sprint 檔 「## 等 leo 清單」(progress-guard 每日核實維護) - dash_task 的 scope:today 沒有日期,07-04 的路線到 07-07 還被當今天的 - 燈號吃到 stale 任務;系統狀況/總覽無 live 信號 修法: - 等你的事:首選 Gitea sprint 等leo清單(合併最新兩檔——07b 開了、🔴 仍 掛 07a;需 GITEA_TOKEN secret);讀不到 fallback dash_wait 必標 age+stale - 今日路線:台北日曆日判 is_today,非今日寫入降級「最後路線(N 天前)」 - 燈號只吃今日寫入任務+心跳+KBDB /health,附 light_reason - 新增系統狀況(KBDB /health、embed enabled:false 誠實顯示、graph /triplets/stats、workflow 數)與總庫規模(entries/wiki_card/triplets)全 live - 聚合判定抽純函式 lib/console-dashboard-model.ts,vitest 15 案例 (含真實 sprint 檔形態:劃掉列/✅ 急迫欄/R1 字母編號/🔴 排序) 驗證:tsc --noEmit 0;vitest 65/66(1 失敗為 main 既有 executor.test.ts, stash 復原後同樣失敗,非本次引入);parser 對 live sprint-2026-07a/07b dry-run 撈出 🔴#13 等 9 項 open、清單維護於 31 分鐘前。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_015d5jDbuqT5Htwv3Q88XXKk
This commit is contained in:
@@ -195,7 +195,7 @@ kbdbProxyRouter.get('/kbdb/entries/:id', async (c) => {
|
||||
// 回 { node, edges[], neighbors[], edgeCount, neighborCount })。瀏覽器不能持 KBDB_INTERNAL_TOKEN,
|
||||
// 故經 cypher 代轉(token 只在 server 側)。plugin base 現算慣例同 registry/KBDB_BASE_URL。
|
||||
|
||||
function graphBase(env: Bindings): string {
|
||||
export function graphBase(env: Bindings): string {
|
||||
if (env.KBDB_GRAPH_URL) return env.KBDB_GRAPH_URL.replace(/\/$/, '');
|
||||
return `https://kbdb-graph-plugin.${env.WORKER_SUBDOMAIN}.workers.dev`;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user