# v0.1.236 — QA-016 모두접기·펴기 부품 헤더 이동 + QA-017 hide 클릭 차단

- 버전: v0.1.236
- 분류: 48th stable seal (v0.1.366) 일괄 봉인 사이클
- 다운로드: [factory00-windows-x64-v0.1.236.zip](../../downloads/archive/factory00-windows-x64-v0.1.236.zip) (archive 보존)
- 캡처: [qa-screenshots/v0.1.236/](../../qa-screenshots/v0.1.236/)

---

## QA-016 fix — 모두펼치기/모두접기 위치 spec 정합 (부품 리스트 헤더)
PM 보고: 모두접기/펼치기 버튼이 리본 메뉴에 있었으나 spec(parts-list-tree-filter-summary.md)은 "부품 리스트 창 상단 툴바" 명시.
**변경**:
- Assets/UI/MainHUD.uxml (line 23~30) — parts-toolbar 신설. part-section-title 다음·search-host 위 위치.- [펼치기] [접기] 버튼 2개 (flex-row · flex-grow:1 · font-size:11px)- Assets/Scripts/Game/Factory00Bootstrap.cs (~15라인) — expandAllAction/collapseAllAction 람다 추출- 부품 헤더 툴바 parts-toolbar-expand/parts-toolbar-collapse 버튼 = SSOT- 리본 model-expand-all/model-collapse-all = 동일 람다 호출 (호환 유지)**다음 사이클 예정**: Ribbon Model 탭 cmds-model에서 expand-all/collapse-all 버튼 UXML 제거 + 핸들러 cleanup.

## QA-017 fix — hide 상태 부품 씬 마우스 클릭 선택 차단
PM 정책 변경 (parts-list-visibility-summary.md r005 Q4):
- 기존 r004: hide 상태에도 씬 클릭 선택 가능- 변경 r005: **hide 상태 씬 클릭 선택 불가**, 부품 리스트 클릭 / Inspector 편집은 유지**변경**: Assets/Scripts/Game/Factory00Bootstrap.cs- 신규 헬퍼 IsPartHidden(Part) — _partHidden dict 조회- PickPartUnderMouse (line 3818):- Physics.Raycast path — Part 찾은 직후 IsPartHidden(pp) -> return null- fallback bounds.IntersectRay path — 동일 가드 추가- drag-select PerformDragSelect — 별도 가드 불필요 (r.enabled 체크가 이미 hide 부품 skip)**확인 path**:
- 씬 클릭: hide 부품 -> Inspector 미갱신 (선택 차단) [OK]- 부품 리스트 클릭: 그대로 동작 (PartListSelectionChanged 별도 경로) [OK]- Inspector 편집: 그대로 동작 (이미 선택된 부품 대상) [OK]
## QA-006 진단 로그 / QA-008 휠 누수 fix / QA-014 진단 그대로 유지
v0.1.235 패턴 그대로 누적. 협업자 회신 시 종합 분석.

## 변경 파일
- Assets/UI/MainHUD.uxml (+5라인) — parts-toolbar 신설- Assets/Scripts/Game/Factory00Bootstrap.cs (+25라인) — expand/collapse 람다 + IsPartHidden 가드
## 다음 단계
- 협업자 PM 검증 (QA-014 / QA-006 / QA-008 / QA-016 / QA-017 일괄)- QA-007 / QA-009 / QA-010 추가 진단 필요- QA-015 Edit Duplicate / QA-019 에어 진공 / QA-011 구동부 검증 — 회귀 fix 완료 후


---

## 봉인 참조

본 사이클은 **48th stable seal (v0.1.366, 2026-05-24)** 일괄 봉인에 포함됨.

- journal: [2026-05-24-v0.1.298-366-48th-stable-seal.md](../../journal/2026-05-24-v0.1.298-366-48th-stable-seal.md)
- alias zip: [factory00-windows-x64-v0.1.366-stable.zip](../../downloads/factory00-windows-x64-v0.1.366-stable.zip) (170 MB)
