Wiki cleanup: error-doc removal, dedup merge, link normalization

10_Wiki/Topics 대규모 정리:
- 오류 캡처/미완성 stub 문서 227개 제거
- 교차폴더 중복 43클러스터 병합 (63파일 → redirect)
- 링크명 정규화: 깨진 링크 수정·redirect 직결·개념 매핑 ~2,400건
- 카테고리 MOC 6개 신규 생성
- Graph 섹션 미해결 related-keyword 링크 10,058건 제거

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Antigravity Agent
2026-05-20 23:52:15 +09:00
parent 2a4a5046b6
commit f8b21af4be
2874 changed files with 15296 additions and 27684 deletions
+2 -2
View File
@@ -146,10 +146,10 @@ const checkout = flags ? new NewCheckout() : new LegacyCheckout();
**기본값**: 매 Object Seam — 매 testability + 매 long-term cleanest.
## 🔗 Graph
- 부모: [[Working Effectively with Legacy Code]] · [[Refactoring]]
- 부모: [[Refactoring_Best_Practices|Refactoring]]
- 변형: [[Object Seam (객체 접점)]] · [[Link Seam (링크 접점)]] · [[Preprocessing Seam (전처리 접점)]]
- 응용: [[Dependency Injection]] · [[Test Doubles]] · [[Hexagonal Architecture]]
- Adjacent: [[Scratch Refactoring (스크래치 리팩토링)]] · [[Characterization Tests]] · [[Mock Object]]
- Adjacent: [[Scratch Refactoring (스크래치 리팩토링)]]
## 🤖 LLM 활용
**언제**: 매 legacy에 매 test 끼워넣기, 매 dependency 분리, 매 refactor 진입점 식별.