[aide] task-optimize: 完成相关文档更新:aide-plugin-commands.md 和 CHANGELOG.md
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"task_id": "2025-12-17T02-28-46",
|
||||
"current_phase": "task-optimize",
|
||||
"current_step": 3,
|
||||
"current_step": 4,
|
||||
"started_at": "2025-12-17T02:28:46+08:00",
|
||||
"history": [
|
||||
{
|
||||
@@ -25,7 +25,15 @@
|
||||
"action": "next-step",
|
||||
"phase": "task-optimize",
|
||||
"step": 3,
|
||||
"summary": "完成 docs.md 修改:增加完整覆盖规则和验证步骤"
|
||||
"summary": "完成 docs.md 修改:增加完整覆盖规则和验证步骤",
|
||||
"git_commit": "3c8f06bbb0efce35f7533ede8dc5080aec03f57d"
|
||||
},
|
||||
{
|
||||
"timestamp": "2025-12-17T02:33:50+08:00",
|
||||
"action": "next-step",
|
||||
"phase": "task-optimize",
|
||||
"step": 4,
|
||||
"summary": "完成相关文档更新:aide-plugin-commands.md 和 CHANGELOG.md"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -1 +1 @@
|
||||
16899
|
||||
16997
|
||||
@@ -36,9 +36,9 @@ aide-marketplace/aide-plugin/commands/
|
||||
|
||||
**流程**:
|
||||
1. 创建流程:
|
||||
- 完整目录扫描
|
||||
- 初步区块划分
|
||||
- 区块验证
|
||||
- 完整目录扫描(递归遍历所有目录和文件)
|
||||
- 初步区块划分(必须覆盖所有非忽略的顶层目录)
|
||||
- 区块验证(强制完整性检查)
|
||||
- 逐区块深度探索
|
||||
- 生成总导览
|
||||
2. 更新流程:
|
||||
@@ -47,6 +47,12 @@ aide-marketplace/aide-plugin/commands/
|
||||
- 分区块验证
|
||||
- 增量更新
|
||||
|
||||
**关键规则**:
|
||||
- 根目录下每个非忽略的子目录都必须归入某个区块
|
||||
- 非代码目录(如 docs/、discuss/、assets/)同样必须作为区块覆盖
|
||||
- 区块划分后必须进行完整性验证
|
||||
- 完成后必须运行目录完整性最终检查
|
||||
|
||||
### /aide:load - 项目认知载入
|
||||
|
||||
- **功能**:按需载入项目文档,建立对项目的认知
|
||||
|
||||
Reference in New Issue
Block a user