docs: move per-task progress into task files, stop per-task current-state overwrite
Tests / Python 3.11 / Windows (push) Has been cancelled

- AGENTS.md: 收尾只更新对应任务文件(状态 + ## 执行记录),不再逐任务追加
  progress.md / 覆盖 current-state.md(每任务共享写入=多 agent 抢占点)
- docs/tasks/_template.md: 加 ## 执行记录 一节
- docs/tasks/README.md: 完成流程改为执行记录写进任务文件
- progress.md: 冻结为历史归档;新执行记录进任务文件
- docs/current-state.md: 不再逐任务覆盖,状态以 docs/tasks/ frontmatter 为准

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
chengma
2026-07-08 10:19:55 +08:00
co-authored by Claude Opus 4.8
parent 3a552b1880
commit 4acac32b40
5 changed files with 27 additions and 17 deletions
+4 -2
View File
@@ -1,7 +1,9 @@
# 当前实现状态
> 本文是可覆盖的当前快照,记录代码与任务看板的现实状态。
> 历史执行流水追加到 [`../progress.md`](../progress.md),不在本文重复完整日志。
> **⚠️ 本文不再逐任务手动覆盖维护**(每任务全量重写是多 agent 并发的重抢占点)。当前任务状态**以 `docs/tasks/` 各任务文件的 frontmatter(status/phase/deps)为准**;本文保留为阶段性快照,后续可由脚本从任务文件汇总生成。约定见 [`tasks/README.md`](tasks/README.md)。
>
> 本文是阶段性快照,记录代码与任务的现实状态。
> 历史执行流水见 [`../progress.md`](../progress.md)(已冻结归档);新任务执行记录在各自任务文件的 `## 执行记录`。
## 当前快照