// Morning service — focus screen function FocusScreen({ onOpenIssue }) { const DS = window.CommiTeaDesignSystem_20e63b; const { Card, Tag, Badge, Button, IconButton } = DS; const d = window.CT_DATA; const FocusRow = ({ slot, issue, jade }) => ( { e.preventDefault(); onOpenIssue(issue); }} style={{ color: 'inherit', border: 'none' }}>{issue.title}} actions={} footer={jade ? <> scheduler pick · critical path : null}>
#{issue.id} {issue.labels.map((l) => )} {issue.steeping ? steeping {issue.steeping} : null}

{issue.rationale}

); return (

Morning service

{d.today} · reconcile 3.2s

ahead of forecast
80% this lands Mar 3–12} actions={}>

The cone has narrowed since Friday. I'm quietly pleased.

); } Object.assign(window, { FocusScreen });