Files
agent-aide/.aide/project-docs/block-plan.md
2025-12-15 22:23:16 +08:00

58 lines
1.5 KiB
Markdown
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.

# 区块计划
## 项目概况
- 项目名称Aide
- 主要语言Python, Markdown
- aide-program 代码行数:~4100 行
- 项目阶段:设计完成,核心功能已实现
## 区块划分
### 区块 1aide-program-core
- 路径aide-program/aide/core/
- 文件数3
- 说明:核心模块(配置管理、输出格式)
- 状态:待处理
### 区块 2aide-program-env
- 路径aide-program/aide/env/
- 文件数12
- 说明环境检测模块python, uv, node, rust 等)
- 状态:待处理
### 区块 3aide-program-flow
- 路径aide-program/aide/flow/
- 文件数9
- 说明:进度追踪模块(含 Git 集成)
- 状态:待处理
### 区块 4aide-program-decide
- 路径aide-program/aide/decide/
- 文件数11
- 说明待定项确认模块Web 界面)
- 状态:待处理
### 区块 5aide-plugin-commands
- 路径aide-marketplace/aide-plugin/commands/
- 文件数4
- 说明插件斜杠命令setup, load, docs, run
- 状态:待处理
### 区块 6aide-plugin-skills
- 路径aide-marketplace/aide-plugin/skills/
- 文件数2
- 说明插件技能aide, env-config
- 状态:待处理
## 进度追踪
- [x] 区块 1: aide-program-core
- [x] 区块 2: aide-program-env
- [x] 区块 3: aide-program-flow
- [x] 区块 4: aide-program-decide
- [x] 区块 5: aide-plugin-commands
- [x] 区块 6: aide-plugin-skills
## 更新记录
- 2025-12-15完成所有区块文档和总导览
- 2025-12-15初始化区块计划