2026-01-29

요약 (AI 작성)

chrome-remote-devtools에서는 React Native Inspector를 JSI에서 JavaScript 기반으로 옮기는 작업이 진행되었습니다. JSI를 JavaScript로 전환하는 refactor/jsi-to-javascript(#90)에 이어, Inspector를 JS-only로 만들고 native build를 비활성화하는 리팩토링(#92)이 머지되었습니다. 이로써 Inspector 구현이 네이티브 빌드 의존성에서 벗어나 JavaScript 쪽으로 정리되었습니다.

이와 함께 cursor sub-agent rules와 관련 tooling을 추가하는 설정 변경(#91)도 머지되어 개발 환경 구성이 보강되었습니다.

커밋

(없음)

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#92mergedrefactor(inspector): React Native Inspector JS-only and disable native build
ohah/chrome-remote-devtools#91mergedchore(config): add cursor sub-agent rules and tooling
ohah/chrome-remote-devtools#90mergedrefactor/jsi-to-javascript