agent-team/internal/prompt/templates/todo_reminder.md
sdaduanbilei 8cb4e041c8 fix
2026-03-09 17:38:43 +08:00

17 lines
483 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<reminder>
⚠️ 必须更新 TodoList.md将刚刚完成的任务标记为 [x]。使用以下格式替换整个文件:
<<<REPLACE TodoList.md>>>
# TodoList
## Phase N阶段名称
- [x] 已完成任务描述 (@负责人)
- [ ] 未完成任务描述 (@负责人)
<<<END>>>
要求:
- 严格使用 <<<REPLACE TodoList.md>>> 开头,<<<END>>> 结尾
- 只包含任务列表,不包含任何分配指令或其他对话内容
- 这是强制要求,不可跳过
</reminder>