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
+20
View File
@@ -19,6 +19,26 @@
- **디버깅 도구의 제약**: React Context 등 특정 상태 관리 모델은 전용 디버깅 툴의 부재로 인해 문제 추적이 상대적으로 어렵다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Boundaries]]
* [[Chrome]]
* [[Chrome_DevTools]]
* [[Core_Web_Vitals]]
* [[Error Boundaries]]
* [[Heap Snapshot]]
* [[Lighthouse]]
* [[Observability]]
* [[React]]
* [[React Context]]
* [[Redux]]
* [[Research]]
* [[SAST]]
* [[Snapshots]]
* [[Static_Application_Security_Testing]]
* [[Testing]]
* [[WebGL]]
* [[memory]]
### Related Concepts
- **Heap Snapshots**: 자바스크립트 메모리 구조의 정적 분석 도구 (관계: 메모리 진단 핵심)
- **Error Boundaries**: 런타임 에러 전파를 차단하는 선언적 격리 장치 (관계: 안정성 확보)