--- ui_doc_type: component component_id: workbench-title-bar status: 구현됨 source_evidence: - type: code path: apps/client/lib/src/app/alt_workbench_shell.dart notes: _AltTitleBar가 ALT Console identity와 section label을 렌더링한다. --- # Workbench Title Bar Component ID: `workbench-title-bar` Status: `구현됨` ## Source Evidence | Type | Path | Notes | |------|------|-------| | code | `apps/client/lib/src/app/alt_workbench_shell.dart` | `_AltTitleBar`가 ALT Console identity와 section label을 렌더링한다. | ## Purpose ALT Console의 현재 context를 고정된 상단 영역에서 표시한다. ## Used By - `alt-workbench`: `alt-workbench.title-bar` ## Anatomy - brand icon - `ALT Console` label - current section label ## Variants - default: root workbench 상단 titlebar ## States - default ## Rules - 현재 section label은 `AltWorkbenchSection` 선택 상태와 일치해야 한다. - 긴 section label은 한 줄 ellipsis로 처리한다. ## Decision History - 2026-06-25: `_AltTitleBar` 구현 근거로 component 정의를 생성했다.