chore: 更新 progress.md 记录 Task 5 完成

This commit is contained in:
scorpio 2026-03-10 09:44:43 +08:00
parent fd003638d6
commit 6804dd099a

View File

@ -1,5 +1,5 @@
# Project: Agent Team
Last updated: 2026-03-05
Last updated: 2026-03-10
## Pinned (关键约束)
- 一切皆 MD — agent 配置、soul、memory、tasks、history 全部是 Markdown 文件
@ -20,6 +20,11 @@ Last updated: 2026-03-05
- 暂无
## Done
- 2026-03-10Task 5 测试文件操作工具
- 创建 internal/room/tools/executor_test.go 测试文件
- 修复 executor.go glob 函数支持 `**/*.go` 递归匹配
- 代码变更:`files changed: 2`, `insertions: +154`, `deletions: -13`
- Evidence: internal/room/tools/executor_test.go (new), internal/room/tools/executor.go
- 2026-03-05支持从 TEAM.md 读取团队元信息
- 修改 internal/hub/hub.go添加 readTeamMeta 函数
- 安装团队时从 TEAM.md 解析 name/description/author