auto-sync: 2026-05-17 21:15:34

This commit is contained in:
cfdaily
2026-05-17 21:15:34 +08:00
parent 3be40e619d
commit 47a47b58fe
+1 -2
View File
@@ -243,7 +243,6 @@ class TestBatchDecision:
assigned_by="daemon", task_type="coding",
description="Implement X", must_haves="Tests, Docs",
)
msg = dispatcher._build_message(task, "execute")
msg = dispatcher._build_spawn_message(task, "zhangfei-dev", {})
assert "Build Feature" in msg
assert "Implement X" in msg
assert "execute" in msg