# TriageBand

The single line that reports what the agent did while you slept — the P2 `triage-band`. A dot, a bold lead, a plain count, one action. On dark it is a quiet tint; on light it is the oxblood fill that gives the paper theme its mass.

```html
<div class="postie-triage">
  <span class="postie-triage__dot"></span>
  <span class="postie-triage__text"><strong>Overnight triage done.</strong> 6 threads need you.</span>
  <a class="postie-triage__action" href="/review">Review</a>
</div>
```

**When.** Once, at the top of the unified list (desktop and mobile) and inside the landing paper-preview. It appears only when there is a report to give; an empty band is not shown.

**Never.**
- Never a second band, never stacked bands — one signal.
- Never override the fill per theme by hand: dark = tint, light = fill, set by the tokens. A light tint on paper is the "faded" light theme the owner rejected.
- Never a close ×, never an icon of a robot or a sparkle (brief `never`: trying-too-hard playful, faceless-giant clutter).
- Never an exclamation mark or "Good morning!" — the copy is a report: what happened, how many, one verb.
- Never charcoal text on the oxblood fill — the ink is always `#F6EDED`.
