diff --git a/public/app.js b/public/app.js
index 38eda12..36853c7 100644
--- a/public/app.js
+++ b/public/app.js
@@ -196,6 +196,33 @@ function renderHandoffStatus(handoff = {}) {
`;
}
+function renderFirstScreen(firstScreen = {}) {
+ if (!firstScreen.headline) return '';
+ const held = firstScreen.holdBack || [];
+ const guardrails = firstScreen.guardrails || [];
+ return `
+ ${escapeHtml(firstScreen.primaryAction || 'Run the smallest manual proof before product machinery.')} ${escapeHtml(firstScreen.proofQuestion || 'What evidence would change this order?')} ${escapeHtml(firstScreen.why || 'It is the best first proof slice.')}${escapeHtml(firstScreen.headline)}
+ ${held.map((item) => `
${escapeHtml(glance.evidenceQuestion || 'Name the evidence that would change the ranking.')}
${escapeHtml(glance.biggestTrap || brief.caution || 'Do not treat first-pass judgement as final truth.')}