2025-12-20

요약 (AI 작성)

chrome-remote-devtools 프로젝트에서 대규모 작업이 이루어졌습니다. CDP 클라이언트 도메인 구현(DOMStorage 포함), WebSocket 릴레이 서버, DevTools 프론트엔드 통합, GitHub Actions CI/CD 워크플로우, 테스트 인프라(Playwright, Bun), 예제 애플리케이션 등이 추가되었고, 코드 스타일 정리 및 린트 설정이 전반적으로 정비되었습니다.

커밋

ohah/chrome-remote-devtools

PR (해당일 생성/머지)

repo#상태제목
ohah/chrome-remote-devtools#1mergedfeat(client): implement CDP domains and protocol
ohah/chrome-remote-devtools#2mergedfix(config): ensure workflow jobs always run for status checks
ohah/chrome-remote-devtools#3mergedfeat(client): add initial setup for DOMStorage API support
ohah/chrome-remote-devtools#4mergedtest: add comprehensive test suite with Bun and happy-dom