refactor(document): move MissionControlStrip to document domain

MissionControlStrip is a document-processing pipeline visualiser — it
imports document-domain components (SegmentationColumn, TranscriptionColumn,
ReadyColumn) and belongs in the document domain. It was placed in
shared/dashboard, creating a shared → document coupling that the upcoming
boundaries rule would block.

Refs #410
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-05-05 17:37:36 +02:00
committed by marcel
parent 0f613e49ce
commit 832a8dfe2f
3 changed files with 1 additions and 1 deletions