auto-sync: 2026-05-16 23:28:31

This commit is contained in:
cfdaily
2026-05-16 23:28:31 +08:00
parent a59dccb90d
commit baf7ddb32c
+2 -2
View File
@@ -222,7 +222,7 @@ def dispatch(task, action_type, project_config):
if action_type in ("L1_guardrail", "format_check", "file_exists_check"):
return execute_locally(task)
# Level 2: 有名字的角色 → Full Agent (Popen 非阻塞)
# Level 2: 有名字的角色 → Full Agent (asyncio.create_subprocess_exec)
if task.assignee in registered_agents:
if action_type == "adjudication":
return spawn_full_agent(task.assignee, new_session=True)
@@ -641,7 +641,7 @@ per-project 测试用 `:memory:` SQLite。全局注册表测试用临时文件
| Phase | 内容 | 估计时间 |
|-------|------|---------|
| **P1** | 黑板 + Daemon + CLI + API + 多项目 | ~15h |
| **P1** | 黑板 + Daemon + CLI + API + 多项目 | ~20-25h(含调试 buffer |
| **P2** | 审查流水线 + Guardrail + 反驳权 + build_bootstrap | ~12h |
| **P3** | 前端重设计 + SSE 推送 + AI Briefing | ~10h |
| **P4** | 经验沉淀 + Skill 进化 + 工具链集成 | ~8h |