feat(product-suite): label reference prompt rules

This commit is contained in:
chengma
2026-07-17 16:27:33 +08:00
parent 03d1fa74be
commit f0be2a291f
6 changed files with 12 additions and 9 deletions
+4 -1
View File
@@ -3,7 +3,7 @@ id: T-657
title: 为参考图规则变量补充规则标签
phase: 7
deps: [T-656]
status: TODO
status: DONE
created: 2026-07-17
---
@@ -59,3 +59,6 @@ created: 2026-07-17
## 执行记录
- 2026-07-17:根据用户要求创建任务,待实现。
- 2026-07-17:完成两种 `{参考图规则}` 变量值的 `参考图规则:` 前缀,并保持默认模板单独占用一个变量行。
- 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 个测试通过。