2026-05-13

요약 (AI 작성)

ohah 블로그 크론 작업이 안정적으로 실행되었습니다. 여러 개의 mdx 파일 맞춤법 검사(CRD) 작업이 일정대로 완료되어 오타가 없는 것을 확인했습니다. 동시에 ohah/zntc 프로젝트에서 RN 런타임 회귀 수정, 테스트 리팩토링, 링커와 번들러 문서 정정, 메타데이터/해결(Graph IO) 감사 카테고리 추가 등 다양한 개선 작업이 머지되었습니다. 특히 트랜스포머 모듈에서 발생한 여러 이슈를 단계적으로 수정하여 안정성을 높였고, RN 개발 환경의 테스트 코드 구조를 개선했습니다.

커밋

ohah/ohah.github.io

PR (해당일 생성/머지)

repo#상태제목
ohah/zntc#3157mergedfeat(debug): add metadata/resolve/graph_io audit categories for per-call profiling
ohah/zntc#3156openfix(transformer): zntc RN 런타임 회귀 수정
ohah/zntc#3155mergedrefactor(test): extract formatLazyMarker helper for RN inlineRequires tests
ohah/zntc#3153mergeddocs(linker): correct rationale for default ESM import eager policy
ohah/zntc#3152mergeddocs(bundler): document mixed CJS branch order invariant in finalize
ohah/zntc#3151mergedchore(bundler): remove dead Module.interop helper
ohah/zntc#3150mergedrefactor(core): options object for buildRnBundleOverride
ohah/zntc#3148mergedfeat(resolver): add disableHierarchicalLookup option (Metro compat)
ohah/zntc#3147mergedrefactor(generator): unify yield+return fast-path skip via helper
ohah/zntc#3146mergedfix(runtime-helpers): comptime drift guard for tslib UMD collisions
ohah/zntc#3145mergedfix(transformer): isolate stage3 accessor backing storage names
ohah/zntc#3144mergedfix(transformer): preserve shorthand key in object_extensions lowering