Wikify: Auto-link 118 orphaned topics using semantic keyword matching

This commit is contained in:
Antigravity Agent
2026-05-03 00:02:32 +09:00
parent 303b01b228
commit e49221df53
119 changed files with 1050 additions and 87 deletions
@@ -22,6 +22,17 @@ Bundle Size Optimization(번들 크기 최적화)은 클라이언트로 전송
- **캐시 무효화 관리**: 청크 분할 전략이 잘못될 경우 작은 코드 수정에도 모든 벤더 청크의 해시가 변경되어 캐시 효율이 떨어질 수 있다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Code Splitting]]
* [[Core_Web_Vitals]]
* [[Hydration]]
* [[Index]]
* [[Lazy Loading]]
* [[Optimization]]
* [[React]]
* [[Research]]
* [[Rollup]]
### Related Concepts
- **Code Splitting**: 번들을 물리적으로 분리하는 구현 패턴 (관계: 실천 방법)
- **Core Web Vitals**: 번들 최적화의 성공 여부를 측정하는 정량적 지표 (관계: 성능 평가)