From a305b26cef95aa1b6c4eb67e154db572310c0ac3 Mon Sep 17 00:00:00 2001 From: OoO Date: Wed, 13 May 2026 16:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A8=98=E9=8C=84=E8=A7=80=E6=B8=AC=E5=8F=B0?= =?UTF-8?q?=20V3=20=E6=8E=92=E7=89=88=E5=AE=88=E9=96=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/memory/claude_inventory_validation_20260513.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/memory/claude_inventory_validation_20260513.md b/docs/memory/claude_inventory_validation_20260513.md index 34a2c75..75b719d 100644 --- a/docs/memory/claude_inventory_validation_20260513.md +++ b/docs/memory/claude_inventory_validation_20260513.md @@ -60,6 +60,7 @@ - `_navbar.html` 已移除 V1 點名的 `--momo-legacy-accent` 與舊 hex `#d96f52/#a95846/#9f4f3e`,改用 `--momo-nav-accent*` 接 `--momo-page-accent*` warm tokens;`tests/test_frontend_v2_assets.py::test_legacy_navbar_uses_warm_token_accent_aliases` 會守住。 - `routes/price_comparison_routes.py` 的 MOMO crawler TODO 已接到既有 `services.momo_crawler.search_momo_products()`;未手動上傳 MOMO 商品時會自動抓 MOMO,再交給比價服務。 - 未引用的根層 `templates/list.html` Phase 4 placeholder 已刪除,真實缺貨清單 route 使用 `vendor_stockout_list_v2.html`(或 `ui=legacy` 時的 `vendor_stockout/list.html`);`tests/test_phase3f_cleanup_contracts.py` 會防止根層 placeholder 回來。 +- AI 觀測台 V3 排版規範已補強:`scripts/check_responsive_overflow.js` 會把視覺 overflow offenders 視為失敗,並允許表格/圖表在 `.obs-table-shell`、`.obs-chart-frame` 等局部容器內滾動;`observability-system.css` / `web/static/css/observability-system.css` 已同步新增 bounded table/chart/mobile containment,CSS mirror 與 `quick_review.sh --observability-qa --skip-production` 均通過。 - Telegram `momo:eig:` callback 已在 `routes/openclaw_bot_routes.py` 與 `services/telegram_bot_service.py` 實作並有 webhook 測試覆蓋,不是未實作缺口。 - Telegram `date_*` / `goal_*` 不是死 callback handler:按鈕先送 `await:*` 進入輸入等待狀態,使用者下一則文字才由 pending action 消費;`tests/test_openclaw_bot_menu_keyboards.py` 與 `tests/test_openclaw_bot_routes_webhook.py` 已覆蓋。 - `services/ai_automation_smoke_service.py` 不是死 service:`run_scheduler.py` 每日 09:10 掛 `run_ai_smoke_daily_summary_task()`,該 task 會呼叫 `send_smoke_daily_summary()`;`tests/test_ai_automation_smoke_service.py` 與 `tests/test_ai_automation_metrics.py` 已覆蓋。 @@ -183,3 +184,4 @@ - `353295a` 移除舊 Navbar accent 色票殘影 - `ca97840` 守住 Agent Actions 動態白名單邊界 - `ba140f1` 移除未引用缺貨清單佔位模板 +- `9af9592` 修正 AI 觀測台 V3 排版規範