diff --git a/progress.md b/progress.md index 54ac0d9..7721bdf 100644 --- a/progress.md +++ b/progress.md @@ -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-10:Task 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