From 2aa3c74f0a0368268a01ec5d18e9c69b80be1e10 Mon Sep 17 00:00:00 2001 From: qiukai Date: Wed, 6 May 2026 05:45:59 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= =?UTF-8?q?=E4=B8=AD=20=E8=A7=82=E6=98=9F=E9=98=81=E2=86=92=E5=A4=A9?= =?UTF-8?q?=E6=9C=BA=E9=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/regression-test.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/regression-test.sh b/scripts/regression-test.sh index dd8d5c9..bf008b3 100644 --- a/scripts/regression-test.sh +++ b/scripts/regression-test.sh @@ -141,7 +141,7 @@ import json with open('$DATA_DIR/chroma-sync-state.json') as f: state = json.load(f) # 检查主要项目都有 >0 的 observations watermark -for proj in ['观星阁','筑基阁','mac']: +for proj in ['天机阁','筑基阁','mac']: if proj not in state: raise Exception(f'{proj} not in sync state') if state[proj].get('observations',0) == 0: @@ -375,9 +375,9 @@ fi # 第 11 层: MCP API 测试 (由 CodeBuddy Code 助手执行) # 以下测试无法通过 bash 脚本完成,需对话中执行: # -# mcp__codebuddy-mem__search { query:"观星阁", limit:5 } +# mcp__codebuddy-mem__search { query:"天机阁", limit:5 } # mcp__codebuddy-mem__get_observations { ids:[1,200,438] } -# mcp__codebuddy-mem__timeline { query:"观星阁 Git", limit:3 } +# mcp__codebuddy-mem__timeline { query:"天机阁 Git", limit:3 } # mcp__codebuddy-mem__list_corpora {} # mcp__codebuddy-mem__smart_search { query:"function check" } # mcp__codebuddy-mem__smart_outline { file:"scripts/regression-test.sh" }