Expand description
Triptych — the default Layout A. Sidebar + right-stack: an Agents column on the left (current sidebar width), with Detail stacked above Mailbox at 50/50 on the right. An Approvals stripe is reserved at the top (rendered only when there’s something to surface) and a focus ring on the active pane.
The Agents + Detail panes wire to live data:
- Agents lists
app.team.agentswith single-cell state glyphs driven bydata::state_glyph. Selection is highlighted with the focus accent. - Detail shows the last-N lines of
app.detail_buffer(the tmux capture-pane scrollback for the focused agent), or an empty-state hint when no agent is selected. - Mailbox stacks below Detail and pulls from the focused agent’s mailbox tab buffer.
Structs§
Enums§
- Main
Layout - Top-level layout selector for the main view (Stage::Triptych). PR-UI-1..5 used the Triptych shape exclusively; PR-UI-6 adds Wall (orchestrator overview, up to 4 tiles + scroll) and MailboxFirst (channel-feed centric for cross-team triage).
- Pane