diff --git a/apps/ai-game-creator-shell/src-tauri/src/delegation.rs b/apps/ai-game-creator-shell/src-tauri/src/delegation.rs index 80c807e96..8e7479ccb 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/delegation.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/delegation.rs @@ -1756,8 +1756,8 @@ pub(crate) fn build_static_delegate_structured_result_at( // (实测:option 对象里多写了一个 `id` 字段)就把整条委派判成投递失败,父 // Supervisor 直接进 needs-reconciliation 停下等人。 // - // 信封格式属于「本次 Provider 输出写错」,不是「durable 权威损坏」,和 - // plan.submit_gdd 的业务拒绝同类。降级成 needs-repair 并把解析错误当返工理由 + // 信封格式属于「本次 Provider 输出写错」,不是「durable 权威损坏」。 + // 降级成 needs-repair 并把解析错误当返工理由 // 带上:Supervisor 用既有的一次返工额度就能让子 Agent 重写,不需要人工介入。 let (user_input_questions, user_input_questions_sha256, user_input_parse_error) = match parse_static_delegate_user_input_request(error) {