Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewArchitectStopGuard ¶
NewArchitectStopGuard 要求 architect 本轮至少落盘一次 save_foundation。
func NewEditorStopGuard ¶
NewEditorStopGuard 要求 editor 本轮落盘与"任务"匹配的产物后才能结束。
任务感知:被派去生成摘要时,仅 save_review(复核)不算完成——必须产出对应摘要。 否则"被派生成弧摘要却先复核"的 editor 会满足旧的宽松判据提前结束,弧摘要永不落盘 (配合 dispatcher 去重哑火曾导致卷中骨架弧死循环,详见 outline-exhaustion-livelock)。 终态工具退出同样会咨询 StopGuard(契约测试 TestContract_TerminalToolExitConsultsStopGuard), 所以 save_review 在 build.go 里硬停是安全的:摘要任务里 editor 先复核时本 guard 会 否决该次退出并催促,直到对应摘要落盘。
Types ¶
Click to show internal directories.
Click to hide internal directories.