auto-sync: 2026-05-15 12:07:56

This commit is contained in:
cfdaily
2026-05-15 12:07:56 +08:00
parent 980dd771a2
commit fa8156a5e8
+7
View File
@@ -692,6 +692,13 @@ Daemon tick 读到 observation
- GSD must_haves truths:面向可观测行为,不是实现步骤
- v1.0 M4 Guardentry/exit guard + skill 化检查逻辑,方向正确但绑定在 DAG 节点上
**Scope Guard(异步检查,不阻塞 Agent 执行)**
- 触发时机:Agent claim 任务后在工作过程中写 decisions(scope 相关)时
- 检查方式:L2 sub 异步对比 scope_declaration vs task.truths
- 不阻塞:Agent 写完 scope_declaration 后继续工作,不等 Guard 结果
- 发现问题:写 observationseverity=warning),Daemon 下次 tick 触发庞统判断
- 兜底:即使 Scope Guard 漏报,庞统在 review 阶段仍会检查方向正确性
---
## 5. Agent 与黑板的交互