2026-03-27
요약 (AI 작성)
오늘은 블로그 저장소에서 CRON 기반의 주기적 활동을 기록하며, CRD 실행 로그를 업데이트하는 작업을 중심으로 진행되었습니다. 특히, 각종 MDX 파일의 맞춤법 및 스펠링 교정을 수행하고, 그 결과를 충실히 기록하여 예정된 크론 작업을 완료했습니다. 또한, ZTS 프로젝트에서는 parsing 관련 버그를 수정하며 안정성을 강화했습니다.
커밋
ohah/ohah.github.io
- chore(cron): add 30-minute CRD cycle entry for 09:30 AM
- docs: update CRON_CRD_WRITE.md - 12:30 PM CRD run (no changes needed)
- docs: CRD 30분마다 실행 완료 - 09:00 AM
- cron-crd: mark 3604 entry 189 (03:00 PM) as CRD complete
- [docs: fix spacing in development-3.mdx (CRD) blog-crd-write]
- docs: mark hwpjs/development-4.mdx as complete
- docs: mark hwpjs/development-5.mdx as complete
- docs: mark hwpjs/tech-stack.mdx as complete (all files done)
- docs: update CRON_CRD_WRITE.md - checked docs/monthly-opensource/crd/development-2.mdx
- docs: update CRON_CRD_WRITE.md - checked docs/monthly-opensource/crd/development-1.mdx
- docs: update CRON_CRD_WRITE.md - checked docs/monthly-opensource/crd/development.mdx
- docs: update CRON_CRD_WRITE.md - all CRD development files checked (dev through tech-stack)
- chore: check docs/monthly-opensource/hwpjs/development-1.mdx for spelling
- chore: spell-check fix - development-2.mdx spacing improvements
- chore(cron): update CRD status for 10:00 AM cycle (340-i-jeong-cha-ga-bu-yeok-suk-cha-jeong-ja-183)
- chore: update cron write status - all docs checked
- 🤖 CRD: Update chron status - all .mdx files already completed
- CRD: 1:30 PM cron check - all files OK, updated status
- cron: CRD 30분마다 실행 - 03:00 PM
- docs: add AI summary for 2026-03-26 activity
- docs: CRD 30m execution log @ 2:30 PM (2026-03-27)
- CRD: 1:00 PM cron check - all files OK, updated status
- docs: update CRON CRD Write timestamp (no files to check)
- Fix typo: '러천지' → '러스트지' in hwpjs/background.mdx and update CRON_CRD_WRITE.md checklist
- docs: mark hwpjs/development.mdx as checked (no spelling errors found)
- docs: update CRON_CRD_WRITE.md - 10:30 PM cron check, all files complete
- chore(cron): mark CRD 253 complete — all .mdx files already checked
- cron-crd: 마지막 상태 갱신 - 2026-03-27 08:30 PM
- Cron: record CRD schedule for 2026-03-27 09:00 PM
- feat(cron): update CRD check log at 2026-03-27 11:30 PM
ohah/zts
- fix(parser): import defer/source를 default import으로 올바르게 파싱 (#445)
- fix(bundler): namespace 변수명 progressive 충돌 방지
- test: shorthand property rename 버그 failing 테스트 추가 (#445)
- fix(parser): 삼항 연산자 consequent 안 화살표 expression body에서
:오파싱 (#446) - fix: errdefer에서 var_name 메모리 해제 누락 수정
- fix(bundler): namespace import 동적 접근 시 변수 선언 생성 (esbuild 방식)
- fix(transformer): ts_as_expression unwrap 시 symbol_id 덮어쓰기 방지
- fix(bundler): namespace 변수명 progressive 충돌 방지
- test(bundler): namespace import 동적 접근 + 변수명 충돌 테스트 추가
- fix(bundler): namespace 변수명 충돌 방지 (_ns suffix)
- fix(bundler): scope hoisting에서 내부 함수 이름 shadowing 충돌 방지 (#450)
- fix(bundler): export_bindings 필터 비활성화 (arktype flatMorph regression)
- test(bundler): 이번 세션 수정사항 regression 테스트 6개 추가
- refactor(bundler): namespace/default 처리 정리 + HashMap 최적화
- fix(bundler): .js Unambiguous 파싱 + scope hoisting 리네임 충돌 방지 (#447)
- fix(bundler): Rolldown 방식 CJS→ESM Interop 도입 (#456)
- fix(bundler): export *에서 default export 제외 (ESM 스펙 준수) (#457)
- docs: CLAUDE.md + DECISIONS.md 동기화 (Interop, Unambiguous, export * default)
- feat(bundler): tree-shaker 2단계 — export 수준 DCE (#458)
- docs: CLAUDE.md + DECISIONS.md 동기화 (D095, smoke 현황, phase 업데이트)