🐞 fix: 更正部分链接信息

This commit is contained in:
2025-12-14 23:17:25 +08:00
parent 52d1605a60
commit a4e2d54860
2 changed files with 5 additions and 5 deletions

View File

@@ -186,8 +186,8 @@ ccoptimize/
### 4.1 快速了解 Aide 系统 ### 4.1 快速了解 Aide 系统
1. 阅读 `docs/aide-overview.md` - 系统概述和架构 1. 阅读 [Aide 系统概述](docs/aide-overview.md) - 系统概述和架构
2. 阅读 `docs/为什么要更换到command+skill+专用处理程序.md` - 设计理念 2. 阅读 [为什么要更换到command+skill+专用处理程序](docs/为什么要更换到command+skill+专用处理程序.md) - 设计理念
### 4.2 了解/修改 Commands 或 Skill ### 4.2 了解/修改 Commands 或 Skill
@@ -202,8 +202,8 @@ ccoptimize/
### 4.4 了解数据格式 ### 4.4 了解数据格式
- 配置文件:`aide-program/docs/formats/config.md` - 配置文件:[aide-program/docs/formats/config.md](aide-program/docs/formats/config.md)
- 数据格式:`aide-program/docs/formats/data.md` - 数据格式:[aide-program/docs/formats/data.md](aide-program/docs/formats/data.md)
--- ---

View File

@@ -50,7 +50,7 @@ aide-program 是 Aide 工作流体系的命令行工具,为 aide-plugin 提供
| `aide flow` | [commands/flow.md](commands/flow.md) | ✅ 已实现 | 进度追踪与 git 集成 | | `aide flow` | [commands/flow.md](commands/flow.md) | ✅ 已实现 | 进度追踪与 git 集成 |
| `aide decide` | [commands/decide.md](commands/decide.md) | ⏳ 待实现 | 待定项 Web 确认 | | `aide decide` | [commands/decide.md](commands/decide.md) | ⏳ 待实现 | 待定项 Web 确认 |
补充flow 的实现细节与验证清单见 `commands/flow/README.md` 补充flow 的实现细节与验证清单见 [commands/flow/README.md](commands/flow/README.md)
### 2.1 环境检测模块 ### 2.1 环境检测模块