You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reason: "OBOX Jarvis is useful as an OpenJarvis-style spec/eval layer, but it has not beaten TriLane in a direct runtime bakeoff.",
196
+
next_gate: "Create one isolated candidate workspace that runs the same bounded routing task through TriLane and OpenJarvis runtime, then compare latency, energy proxy, trace quality, receipt quality, and oracle grade.",
if(bakeoff?.summary?.goose_binary_found!==true)failures.push("Bakeoff does not prove Goose binary found");
1069
1070
if(!String(bakeoff?.summary?.goose_runtime_status||"").includes("GOOSE_RUNTIME"))failures.push("Bakeoff does not surface Goose runtime status");
1070
1071
if(bakeoff?.summary?.goose_ghost_task_ready!==true)failures.push("Bakeoff does not prove Goose ghost task guard ready");
1072
+
if(Number(bakeoff?.summary?.openjarvis_baseline_score||0)<0.85)failures.push("Bakeoff does not prove OBOX Jarvis baseline score");
1073
+
if(Number(bakeoff?.summary?.openjarvis_primitive_coverage_score||0)<0.8)failures.push("Bakeoff does not prove OBOX Jarvis primitive coverage");
1074
+
if(bakeoff?.summary?.openjarvis_router_approved!==false)failures.push("Bakeoff does not keep OBOX Jarvis router approval false");
1075
+
if(openJarvisEval?.status!=="OPENJARVIS_EVAL_HARNESS_BASELINE_GREEN")failures.push(`OpenJarvis scorecard not green: ${openJarvisEval?.status||"missing"}`);
1076
+
if(openJarvisEval?.runtime_truth?.default_router_approved!==false)failures.push("OpenJarvis eval does not keep default router approval false");
1077
+
if(openJarvisEval?.promotion?.promotable_now!==false)failures.push("OpenJarvis eval promotion gate is not closed");
1071
1078
if(!Array.isArray(bakeoff?.failures)||bakeoff.failures.length!==0)failures.push("Bakeoff has failures");
if(!String(goose?.current_role||"").includes("executor hands"))failures.push("Goose current role does not say executor hands");
1080
1087
if(!String(goose?.status||"").includes("RUNTIME")&&!String(goose?.status||"").includes("ENVELOPE"))failures.push("Goose bakeoff status is not envelope/runtime truth");
1081
1088
if(!String(jarvis?.current_role||"").includes("not router authority"))failures.push("OBOX Jarvis current role does not reject router authority");
1089
+
if(!jarvis?.proofs?.some((proof)=>proof.id==="trilane_baseline_comparison"&&proof.ok===true))failures.push("OBOX Jarvis candidate lacks green TriLane baseline comparison proof");
if(!String(visual?.status||"").includes("RUNTIME")&&!String(visual?.status||"").includes("CONTROL_READY"))failures.push("Visual runtime candidate is not status-gated");
1083
1092
if(!String(hermes?.current_role||"").includes("cannot own Orangebox authority"))failures.push("Hermes candidate does not reject hidden authority");
1084
1093
if(!featureRow?.ok)failures.push("Feature matrix does not prove horizon_promotion_bakeoff");
0 commit comments