Story: MultiDisplay Support #9

Closed
opened 2026-03-18 06:25:50 +00:00 by david · 0 comments
Owner

As a user
I want to view mainline in terminal AND browser simultaneously
So that I can have local + remote display

Acceptance Criteria:

  • MultiDisplay forwards to multiple backends
  • Terminal + WebSocket works together
  • --display CLI flag supports comma-separated backends

Technical Tasks (from commit 05d2612):

  • Create engine/display/backends/multi.py: MultiDisplay class
  • Update engine/display/__init__.py: Registry discovers multi backend
  • Update app.py to handle multiple displays from CLI
  • Add gallery presets demonstrating multi-display
**As a** user **I want** to view mainline in terminal AND browser simultaneously **So that** I can have local + remote display **Acceptance Criteria:** - [ ] MultiDisplay forwards to multiple backends - [ ] Terminal + WebSocket works together - [ ] --display CLI flag supports comma-separated backends --- **Technical Tasks (from commit 05d2612):** - Create `engine/display/backends/multi.py`: MultiDisplay class - Update `engine/display/__init__.py`: Registry discovers multi backend - Update app.py to handle multiple displays from CLI - Add gallery presets demonstrating multi-display
david closed this issue 2026-03-18 06:53:28 +00:00
david reopened this issue 2026-03-18 06:54:06 +00:00
david added this to the Mainline project 2026-03-18 07:12:12 +00:00
david added the status:feature-complete label 2026-03-18 07:15:13 +00:00
david added the status:tested label 2026-03-18 07:48:52 +00:00
david moved this to Tested in Mainline on 2026-03-18 07:50:01 +00:00
david added the epic:#2 label 2026-03-18 07:55:30 +00:00
david added the epic:Pipeline Architecture label 2026-03-18 07:59:03 +00:00
david closed this issue 2026-03-18 22:03:27 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: klubhaus/sideline#9