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
@@ -245,6 +261,24 @@ export function CommandTowerPageIntro({
245
261
<p>{locale==="zh-CN" ? "把恢复动作收成一条主路径,而不是继续分散到多个正常驾驶舱动作。 " : "Keep recovery on one main path instead of splitting attention across normal cockpit actions."}</p>
<p>{locale==="zh-CN" ? "你现在看到的是部分可读的值班面,不是完整 live cockpit。首屏要先承认降级,再继续分诊。" : "You are looking at a partially readable operator surface, not a full live cockpit. The first screen should acknowledge degradation before continuing triage."}</p>
270
+
</div>
271
+
<divclassName="home-briefing-signal">
272
+
<spanclassName="cell-sub mono muted">{locale==="zh-CN" ? "仍然成立的真相" : "What still holds"}</span>
273
+
<strong>{locale==="zh-CN" ? "可见 board 只算部分快照" : "The visible board only counts as a partial snapshot"}</strong>
274
+
<p>{commandTowerCopy.partialNextAction}</p>
275
+
</div>
276
+
<divclassName="home-briefing-signal">
277
+
<spanclassName="cell-sub mono muted">{locale==="zh-CN" ? "下一步" : "What to do next"}</span>
278
+
<strong>{locale==="zh-CN" ? "先重载,再核对运行记录" : "Reload first, then verify runs"}</strong>
279
+
<p>{locale==="zh-CN" ? "把动作收成一条恢复路径和一条只读核对路径,不要继续按正常 live cockpit 分散注意力。" : "Keep the first screen to one recovery path and one read-only verification path instead of scattering attention across normal live-cockpit actions."}</p>
280
+
</div>
281
+
</>
248
282
) : (
249
283
<>
250
284
<divclassName="home-briefing-signal">
@@ -275,12 +309,12 @@ export default async function CommandTowerPage() {
0 commit comments