From 6804dd099a835a7341907acdf309173bd36920c5 Mon Sep 17 00:00:00 2001 From: scorpio Date: Tue, 10 Mar 2026 09:44:43 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9B=B4=E6=96=B0=20progress.md=20?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=20Task=205=20=E5=AE=8C=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- progress.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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