Files
agent-aide/.aide/diagrams/docs-improve-task.puml

52 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

@startuml docs-improve-task
title 改进 /aide:docs 命令 - 任务执行流程
start
partition "阶段 1: 任务准备" {
:分析问题根源;
note right: 对比用户期望与当前实现
:识别核心差距点;
:确认待定项\n目录结构展示模式;
:生成任务细则;
}
partition "阶段 2: 流程设计" {
:设计执行计划;
:创建流程图;
}
partition "阶段 3: 迭代实现" {
:阅读当前 docs.md;
:识别需要修改的部分;
:修改点 1:\n添加"完整目录结构"要求;
:修改点 2:\n强化"完全深度探索"要求;
:修改点 3:\n添加 .gitignore 处理规范;
:修改点 4:\n添加二进制文件处理规范;
:修改点 5:\n更新文档格式规范;
}
partition "阶段 4: 验证交付" {
:对照任务细则验证修改;
:检查文档格式完整性;
}
partition "阶段 5: 文档更新" {
:同步更新相关文档;
note right
可能涉及:
- docs/commands/docs.md
- project-docs/
- CHANGELOG.md
end note
}
partition "阶段 6: 收尾" {
:清理临时文件;
:汇报完成情况;
}
stop
@enduml