From c599089eabcc4b071e37d31226e992c724743d78 Mon Sep 17 00:00:00 2001 From: "sayurinana(vm)" Date: Mon, 15 Dec 2025 18:17:20 +0800 Subject: [PATCH] =?UTF-8?q?[aide]=20impl:=20=E5=AD=90=E8=AE=A1=E5=88=926:?= =?UTF-8?q?=20=E4=BB=BB=E5=8A=A1=E5=88=86=E6=9E=90=E9=98=B6=E6=AE=B5?= =?UTF-8?q?=E5=A2=9E=E5=BC=BA=E5=AE=8C=E6=88=90=20-=20=E6=9B=B4=E6=96=B0ai?= =?UTF-8?q?de=20skill=E6=96=87=E6=A1=A3=EF=BC=8C=E6=B7=BB=E5=8A=A0flow=20s?= =?UTF-8?q?tatus/list/show=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .aide/flow-status.json | 10 ++- .aide/flow-status.lock | 2 +- .../aide-plugin/skills/aide/SKILL.md | 66 +++++++++++++++++++ 3 files changed, 76 insertions(+), 2 deletions(-) diff --git a/.aide/flow-status.json b/.aide/flow-status.json index 2233595..5a2c069 100644 --- a/.aide/flow-status.json +++ b/.aide/flow-status.json @@ -1,7 +1,7 @@ { "task_id": "2025-12-15T17-28-53", "current_phase": "impl", - "current_step": 13, + "current_step": 14, "started_at": "2025-12-15T17:28:53+08:00", "history": [ { @@ -106,6 +106,14 @@ "step": 13, "summary": "子计划3: aide flow 流程图集成完成 - PlantUML 校验/构建钩子增强", "git_commit": "5f7c91afa1723e327f04f14f245c3e51d3e49fc7" + }, + { + "timestamp": "2025-12-15T18:15:56+08:00", + "action": "next-step", + "phase": "impl", + "step": 14, + "summary": "子计划4+5: 项目文档体系和Commands重组完成 - 新增setup/load/docs/run命令", + "git_commit": "4a7751d7ff5d0e0cbbdbe15063b1b8bd855c0317" } ] } diff --git a/.aide/flow-status.lock b/.aide/flow-status.lock index 9a9d0a3..5b4d72d 100755 --- a/.aide/flow-status.lock +++ b/.aide/flow-status.lock @@ -1 +1 @@ -122362 \ No newline at end of file +123064 \ No newline at end of file diff --git a/aide-marketplace/aide-plugin/skills/aide/SKILL.md b/aide-marketplace/aide-plugin/skills/aide/SKILL.md index 238a117..42a714a 100644 --- a/aide-marketplace/aide-plugin/skills/aide/SKILL.md +++ b/aide-marketplace/aide-plugin/skills/aide/SKILL.md @@ -177,6 +177,72 @@ aide flow error "<描述>" aide flow error "数据库连接失败,无法继续" ``` +### aide flow status + +查看当前任务状态。 + +```bash +aide flow status +``` + +**输出示例**: +``` +→ 任务 ID: 2025-12-15T17-28-53 +→ 环节: impl +→ 步骤: 11 +→ 开始时间: 2025-12-15T17:28:53+08:00 +→ 最新操作: 完成数据库模型设计 +→ 操作时间: 2025-12-15T18:09:36+08:00 +→ Git 提交: 79facec +``` + +### aide flow list + +列出所有任务(当前 + 归档)。 + +```bash +aide flow list +``` + +**输出示例**: +``` +→ 任务列表: + *[1] 2025-12-15T17-28-53 (impl) 开始任务准备: 阅读任务... + [2] 2025-12-14T09-00-00 (finish) 实现用户登录功能 +→ 提示: 使用 aide flow show 查看详细状态 +``` + +> 注:`*` 标记表示当前活跃任务 + +### aide flow show + +查看指定任务的详细状态历史。 + +```bash +aide flow show +``` + +**示例**: +```bash +aide flow show 2025-12-15T17-28-53 +``` + +**输出示例**: +``` +→ 任务 ID: 2025-12-15T17-28-53 +→ 当前环节: impl +→ 当前步骤: 3 +→ 开始时间: 2025-12-15T17:28:53+08:00 +→ +→ 历史记录: + [task-optimize] 开始任务准备 [7defeac] + 2025-12-15T17:28:53+08:00 (start) + [flow-design] 进入流程设计环节 [7e1f026] + 2025-12-15T17:51:56+08:00 (next-part) + [impl] 流程设计完成,进入实现环节 [5f27bb7] + 2025-12-15T17:58:58+08:00 (next-part) +``` + ### 环节名称列表 | 环节名 | 说明 | 使用场景 |