2026-01-19

요약 (AI 작성)

chrome-remote-devtools에서는 react-native-inspector 패키지에 대한 정리 작업이 주로 이루어졌습니다. 패키지 이름을 변경하고 autolinking을 개선하는 리팩토링(#86)이 머지되었으며, 이와 함께 react-native.config.js 포맷팅과 package.json의 files 필드 알파벳순 정렬 등 스타일 정리가 진행되었습니다. 또한 구현과 일치하도록 react-native-inspector의 주석을 수정했습니다. 문서 측면에서는 websocket server 설명을 rust로 바로잡는 작업(#85)이 반영되었습니다.

bungae에서는 Metro 호환 변환 파이프라인을 도입하고 Phase 1의 완성도를 높이는 PR(#3)이 머지되었습니다.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/bungae#3mergedfeat: Metro-compatible transformation pipeline and Phase 1 completeness improvements
ohah/chrome-remote-devtools#86mergedrefactor(react-native-inspector): rename package and improve autolinking
ohah/chrome-remote-devtools#85mergeddocs(docs): fix websocket server description to rust