2025-12-21

요약 (AI 작성)

chrome-remote-devtools 프로젝트에 대규모 작업이 진행된 날. Inspector를 FSD 아키텍처로 전환하고 TanStack Router를 도입했으며, React Query 통합, 클라이언트 리스트 테이블 UI 구현, 통합 개발 스크립트 추가, Tailwind CSS 마이그레이션, iframe DevTools 예제 추가 등 다양한 리팩토링과 기능 개선이 이루어졌다. 테스트 관련으로는 WebSocket 테스트 서버 헬퍼 추출, E2E/통합 테스트 추가, 서버 유닛 테스트 작성이 진행되었다. PR 5건(모두 머지)을 통해 FSD 아키텍처 전환, 통합 dev 명령어, iframe 예제, E2E 테스트 등이 반영되었다. leegeunhyeok/craby에서 ArrayBuffer 변환 버그 수정 PR도 생성되었다.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#8mergedtest(e2e): add iframe example e2e tests
ohah/chrome-remote-devtools#7mergedfeat(example): add iframe DevTools example and migrate to Tailwind CSS
ohah/chrome-remote-devtools#6mergedfeat(scripts): simplify development environment with unified dev command
ohah/chrome-remote-devtools#5mergedfeat(inspector): restructure to FSD architecture with TanStack Router and improve client list UI
leegeunhyeok/craby#78mergedfix(codegen): fix Vec length bug in ArrayBuffer to Vec<u8> conversion