From bbd542774810bf59a83fcdb40b1daa878fddbe09 Mon Sep 17 00:00:00 2001 From: chengma Date: Fri, 10 Jul 2026 11:44:52 +0800 Subject: [PATCH] =?UTF-8?q?T-583=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-583.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/tasks/T-583.md b/docs/tasks/T-583.md index 7b89721..dcc60ab 100644 --- a/docs/tasks/T-583.md +++ b/docs/tasks/T-583.md @@ -78,3 +78,4 @@ created: 2026-07-10 - 2026-07-10:同步 `docs/04-architecture.md` 提示词存储结构;补 `tests/test_prompts.py` 和 `tests/test_appconfig.py` 覆盖标题模板目录、通用 CRUD、默认播种、互不干扰与封面旧 API 回归。 - 当前工作区验证:`python -m ruff check app tests main.py` 通过;`py -3.10 -m compileall app main.py` 通过;`git diff --check` 通过。 - 当前工作区运行 `py -3.10 -m unittest tests.test_prompts tests.test_appconfig` 失败 1 项,原因是本任务开始前已有未提交改动把默认封面模板从 `papa1` 改成「默认」,导致旧断言仍期望 `papa1`;该封面默认模板改名不属于 T-583,本次未处理、未提交。提交后需用干净 worktree 验证本次提交本身。 +- 提交后在干净 worktree `D:\chengma\cmshopee_verify_t583` 验证本次 T-583 提交:`py -3.10 -m unittest tests.test_prompts tests.test_appconfig` 通过 24 项,`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 项。