🗑️ remove(workflow): drop todo/confirm artifacts

stop generating TODO.md and CONFIRM.md in sync_templates\nupdate templates/prompts and sync_templates tests
This commit is contained in:
csh
2026-01-22 18:05:14 +08:00
parent 9c5ee9f665
commit 4a8530660e
8 changed files with 22 additions and 148 deletions
+1 -2
View File
@@ -7,7 +7,6 @@
1. 系统/开发者指令与安全约束
2. 仓库规则:`.agents/` 与本文件
3. `AGENT_RULES.md` - 执行流程
4. `TODO.md` - 任务队列
---
@@ -52,7 +51,7 @@
1. 读取 [AGENT_RULES.md](./AGENT_RULES.md)
2. 读取 [memory-bank/](memory-bank/) 核心文档
3. 读取 [docs/prompts/system/agent-behavior.md](docs/prompts/system/agent-behavior.md)
4. 查看 [TODO.md](./TODO.md) 和 [CONFIRM.md](./CONFIRM.md)
4. 查看 `docs/plans/` 下最新计划(如有)或 `memory-bank/implementation-plan.md`
<!-- playbook:framework:end -->
---