feat(product-suite): include category in target prompt

This commit is contained in:
chengma
2026-07-17 16:12:03 +08:00
parent ff0ad8bb73
commit 43d50ca629
8 changed files with 14 additions and 10 deletions
+4 -1
View File
@@ -3,7 +3,7 @@ id: T-656
title: 在生成目标首行同时显示分类名称和目标描述
phase: 7
deps: [T-655]
status: TODO
status: DONE
created: 2026-07-17
---
@@ -60,3 +60,6 @@ created: 2026-07-17
## 执行记录
- 2026-07-17:根据用户要求创建任务,待实现。
- 2026-07-17:任务文档先行提交,提交号 `ff0ad8b`。
- 2026-07-17:完成默认模板首行改为“生成目标:{套图名称},{生成目标}”,同步更新预览、测试及路由、架构、API 文档;旧用户模板仍保持兼容且不自动覆盖。
- 2026-07-17:验证通过 `python -m ruff check app tests main.py`、`python -m compileall app main.py`、`python -m unittest discover -s tests`,共 580 个测试通过。