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,19 @@ Software Engineering Principles(소프트웨어 엔지니어링 원칙)는 유
- **추상화의 비용**: 인터페이스 분리와 의존성 역전을 철저히 지키려다 보면 보일러플레이트 코드가 증가하여 개발 속도가 일시적으로 저하될 수 있다.
## 🔗 Knowledge Connections
### Related Concepts (Auto-Linked)
* [[Design_Patterns]]
* [[Engineering_Principles]]
* [[Feature-Sliced_Design]]
* [[Frontend]]
* [[Principles]]
* [[React]]
* [[Refactoring]]
* [[Refactoring Techniques]]
* [[Research]]
* [[Rule of Three]]
* [[SOLID_Principles]]
### Related Concepts
- **SOLID**: 세부 설계 원칙의 집합 (관계: 상위 원칙)
- **Clean Code**: 궁극적인 코드 상태 (관계: 품질 목표)