From 5816f189ed5fb0bb8bedef8200cee198164fcce2 Mon Sep 17 00:00:00 2001 From: Ariver <shanghai3168@gmail.com> Date: Mon, 29 Jun 2026 00:15:37 +0800 Subject: [PATCH] docs: simplify CODEGRAPH validation commands --- C3.tools/round1-main-ui-qa.sh | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/C3.tools/round1-main-ui-qa.sh b/C3.tools/round1-main-ui-qa.sh index 99c1b6d..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" @@ -117,6 +118,7 @@ run_step horizontal-waterfall "$SCRIPT_DIR/round1-horizontal-waterfall-fixture-qa.sh" run_step theme-toggle "$SCRIPT_DIR/round1-theme-toggle-fixture-qa.sh" run_step space-lane-dark-hover "$SCRIPT_DIR/round1-space-lane-dark-hover-fixture-qa.sh" +run_step window-index-progressive-filter "$SCRIPT_DIR/round1-window-index-progressive-filter-fixture-qa.sh" run_step no-quick-switch-residual swift "$SCRIPT_DIR/window-logic-qa.swift" --expect-no-quick-switch assert_no_current_aligner @@ -126,9 +128,9 @@ 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, -and final no-residual check. +Option two-key progressive Waterfall filtering, and final no-residual check. EOF -- Gitblit v1.9.3