MetaCraft/meta/todo.md

37 lines
1.0 KiB
Markdown
Raw Permalink 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.

# MetaCraft 待办任务
## 核心功能开发
- [ ] 实现prompt引擎解析、上下文注入、执行
- [ ] 实现脚本执行器(工具函数、安全沙箱)
- [ ] 实现上下文管理器(项目状态、依赖图)
- [ ] 实现自举循环(自动选取任务、验证、更新)
## 基础设施
- [x] 创建项目文档README.md, ARCHITECTURE.md
- [x] 创建基础目录结构
- [x] 创建示例prompt和脚本
- [x] 配置package.json和依赖
- [x] 实现规划下一步功能
## 文档
- [ ] 编写详细使用教程
- [ ] 编写API参考
- [ ] 编写插件开发指南
- [ ] 录制演示视频
## 测试与质量
- [ ] 添加单元测试框架
- [ ] 集成测试自举循环
- [ ] 性能基准测试
- [ ] 安全审计
## 未来功能
- [ ] 插件系统
- [ ] 可视化任务看板
- [ ] 多AI后端支持
- [ ] 云协作功能
## 优先级说明
- **高**:核心功能开发,确保工具能运行。
- **中**:文档和测试,提高可用性。
- **低**:未来功能,扩展生态系统。