feat: 完成commands和skills

This commit is contained in:
2025-12-13 03:28:21 +08:00
parent 7f7e4fd586
commit 52dffe2803
6 changed files with 293 additions and 38 deletions

View File

@@ -76,7 +76,7 @@ aide flow next-part main "流程设计完成,进入实现环节"
---
## 环节 2迭代实现 (main)
## 环节 2迭代实现 (impl)
### 按计划执行

View File

@@ -21,6 +21,8 @@ aide env ensure --runtime
- `✓`aide 运行时就绪,继续
- `✗`:按提示修复后重试,无法修复则告知用户
> **重要**`--runtime` 参数表示仅检查 aide 自身运行环境,不依赖项目配置文件
### 2. Aide 数据目录初始化
```bash
@@ -59,7 +61,9 @@ aide env ensure
- `⚠`:有警告但可继续,记录并继续
- `✗`按提示修复3次失败则告知用户
**注意**aide env 会输出项目配置信息,包括默认的任务文档路径,记住这些信息供后续使用。
**注意**
- 此时不带 `--runtime` 参数,会读取项目配置文件检查项目环境
- aide env 会输出项目配置信息,包括默认的任务文档路径,记住这些信息供后续使用
### 5. 汇报就绪状态

View File

@@ -16,6 +16,12 @@ argument-hint: [任务原文档路径]
## 开始
### 启动流程追踪
```bash
aide flow start task-optimize "开始任务准备: <任务简述>"
```
### 确定任务文档
```bash
@@ -28,12 +34,6 @@ aide config get task.source
读取任务文档内容。如文档不存在,询问用户提供任务内容或指定文档路径。
### 启动流程追踪
```bash
aide flow start task-optimize "开始任务准备: <任务简述>"
```
---
## 阶段 1任务分析
@@ -170,6 +170,10 @@ aide flow next-step "用户确认任务细则"
任务准备完成,任务细则已保存。
```bash
aide flow next-step "任务准备完成"
```
提示用户:
```
任务细则已保存到 task-spec.md