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。