diff --git a/.aide/flow-status.json b/.aide/flow-status.json index ac73fc1..e4b2163 100644 --- a/.aide/flow-status.json +++ b/.aide/flow-status.json @@ -1,7 +1,7 @@ { "task_id": "2025-12-15T21-48-00", - "current_phase": "verify", - "current_step": 9, + "current_phase": "docs", + "current_step": 10, "started_at": "2025-12-15T21:48:00+08:00", "history": [ { @@ -75,6 +75,14 @@ "step": 9, "summary": "验证完成: 文件结构和内容符合要求", "git_commit": "9a0e83c35f4a24f5bb2eebc7f381a9bf94ca0c93" + }, + { + "timestamp": "2025-12-15T21:53:50+08:00", + "action": "next-part", + "phase": "docs", + "step": 10, + "summary": "验证通过,进入文档环节", + "git_commit": "58d214d1998e7ddbfa1e9a4c364b274b7d79f91b" } ] } diff --git a/.aide/flow-status.lock b/.aide/flow-status.lock index b080b1c..24ab6b8 100755 --- a/.aide/flow-status.lock +++ b/.aide/flow-status.lock @@ -1 +1 @@ -23461 \ No newline at end of file +23836 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0d93c..9111a42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 本文件记录 Aide 项目对使用者可见的重要变更。 +## 2025-12-15 (v2.0.3) + +### 文档 + +- 重写 README.md,提供面向用户的快速上手指南 +- 原 README.md 移至 `docs/project-details.md` 作为项目详细说明 + ## 2025-12-15 (v2.0.0) ### 新增功能