[aide] impl: 完成 project-docs 区块文档更新

This commit is contained in:
2025-12-17 01:53:52 +08:00
parent f13676c520
commit 20f2fe21c0
3 changed files with 17 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
{ {
"task_id": "2025-12-17T01-45-46", "task_id": "2025-12-17T01-45-46",
"current_phase": "impl", "current_phase": "impl",
"current_step": 9, "current_step": 10,
"started_at": "2025-12-17T01:45:46+08:00", "started_at": "2025-12-17T01:45:46+08:00",
"history": [ "history": [
{ {
@@ -73,7 +73,15 @@
"action": "next-step", "action": "next-step",
"phase": "impl", "phase": "impl",
"step": 9, "step": 9,
"summary": "完成 docs/commands/docs.md 设计文档更新" "summary": "完成 docs/commands/docs.md 设计文档更新",
"git_commit": "f13676c52085470908e857ec577ef2aedf7b52e9"
},
{
"timestamp": "2025-12-17T01:53:52+08:00",
"action": "next-step",
"phase": "impl",
"step": 10,
"summary": "完成 project-docs 区块文档更新"
} }
] ]
} }

View File

@@ -1 +1 @@
11881 11998

View File

@@ -43,9 +43,13 @@ Aide 插件的斜杠命令定义,是面向 LLM 的执行指令文件。
- **用途**:项目文档创建和维护(独立运行) - **用途**:项目文档创建和维护(独立运行)
- **触发 skill**aide - **触发 skill**aide
- **核心原则**:完全深度探索,不考虑效率,对每个文件/目录完全覆盖
- **流程** - **流程**
- 创建流程:目录探索 → 区块划分 → 逐区块生成文档 → 生成总导览 - 创建流程:完整目录扫描 → 生成 tree 结构 → 区块划分 → 逐区块完全深度探索 → 生成总导览
- 更新流程:读取区块计划 → 分区块验证 → 增量更新 - 更新流程:读取区块计划 → 重新扫描目录 → 分区块验证 → 增量更新
- **文档格式**
- 总导览:简化版目录结构(前两层)+ 区块索引 + 统计信息
- 子区块:完整 tree 结构 + 每文件概括 + 核心组件说明
### /aide:run ### /aide:run