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
Copy file name to clipboardExpand all lines: apps/dashboard/app/runs/[id]/compare/page.tsx
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,11 @@ export default async function RunComparePage({
222
222
<CardclassName="compare-archive-card">
223
223
<h3>{choreographyTitle}</h3>
224
224
<divclassName="stack-gap-2">
225
-
<pclassName="muted">Keep the second card decision-oriented too. Treat this as operator choreography, not a duplicate summary.</p>
225
+
<pclassName="muted">
226
+
{hasCompareReport
227
+
? "Keep the second card decision-oriented too. Treat this as operator choreography, not a duplicate summary."
228
+
: "Observation mode stays honest here: missing compare data should pause judgment and point you back to replay."}
229
+
</p>
226
230
<pclassName="mono">{hasCompareReport ? "Compare first → proof second → replay only after the verdict is clear." : "No compare report yet → return to Run Detail, generate compare, then re-open this room."}</p>
0 commit comments