From 23f942440a6c4d8f918d0d33e2ed3954840b440f Mon Sep 17 00:00:00 2001 From: chengma Date: Fri, 10 Jul 2026 11:55:06 +0800 Subject: [PATCH] =?UTF-8?q?T-584=20=E8=A1=A5=E5=85=85=E5=B9=B2=E5=87=80?= =?UTF-8?q?=E9=AA=8C=E8=AF=81=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/tasks/T-584.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tasks/T-584.md b/docs/tasks/T-584.md index b7d5d42..680db50 100644 --- a/docs/tasks/T-584.md +++ b/docs/tasks/T-584.md @@ -88,3 +88,10 @@ created: 2026-07-10 - `py -3.10 -m compileall app main.py` 通过。 - `git diff --check` 通过。 - `py -3.10 -m unittest tests.test_gui.GuiTests.test_generate_tab_manages_prompt_files_and_preview tests.test_gui.GuiTests.test_generate_tab_disables_reset_while_generation_running` 通过。 + +2026-07-10 Codex 干净 worktree 验证(`D:\chengma\cmshopee_verify_t584`,HEAD=`da68f92`): +- `py -3.10 -m unittest tests.test_gui` 通过,145 tests。 +- `python -m ruff check app tests main.py` 通过。 +- `py -3.10 -m compileall app main.py` 通过。 +- `git diff --check` 通过。 +- `py -3.10 -m unittest discover -s tests` 通过,327 tests。