From 9ba7cd3b47fb91eaaa8d0c3df8b7286a89be1756 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Sun, 28 Jun 2026 21:19:30 +0800 Subject: [PATCH] Freeze 0.1.12 local QA baseline --- C3.tools/round1-main-ui-qa.sh | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index c8e283d..d16f0ca 100755 --- a/C3.tools/round1-main-ui-qa.sh +++ b/C3.tools/round1-main-ui-qa.sh @@ -104,6 +104,7 @@ run_step swift-test swift test --package-path "$SOURCE_ROOT" run_step trigger-session "$SCRIPT_DIR/round1-trigger-session-qa.sh" +run_step dock-reopen "$SCRIPT_DIR/round1-dock-reopen-fixture-qa.sh" run_step session-snapshot "$SCRIPT_DIR/round1-session-snapshot-qa.sh" run_step space-lane-split-view "$SCRIPT_DIR/round1-space-lane-split-view-fixture-qa.sh" run_step candidate-filter "$SCRIPT_DIR/round1-candidate-filter-fixture-qa.sh" @@ -127,7 +128,7 @@ cat <<EOF Round01 main UI QA passed Log directory: $LOG_DIR -Covered: trigger, overlay uniqueness, keyboard navigation, candidate filtering, +Covered: trigger, Dock reopen, overlay uniqueness, keyboard navigation, candidate filtering, screenshots/fallbacks, minimized-window restore/activation, mouse activation, multi-page precise activation/close targeting, App column alignment, Split View Space Lane rendering, theme toggle, Space Lane dark hover readability, -- Gitblit v1.9.3