chore(wiki): dangling 링크 canonical 정규화 (768파일/1200건)

이름만 다른(표기 변형) [[위키링크]]를 대상 문서의 canonical 제목으로 치환해
끊겼던 1,200개 링크를 연결. 제목/파일명 정규화 일치만 적용하고 별칭 매칭은
과병합 위험으로 제외(애매성 가드). 원본은 _link_reconcile_backup/ 에 백업.
도구: Datacollect/scripts/link_reconcile_apply.mjs

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-08 12:24:15 +09:00
parent 2ddf30f8e4
commit d8a80f6272
768 changed files with 1085 additions and 1085 deletions
+1 -1
View File
@@ -158,7 +158,7 @@ def _silence_profile_signal():
## 🔗 Graph
- 부모: [[Observer-Pattern]]
- 변형: [[Django-Signals]] · (blinker)
- 변형: [[Django Signals]] · (blinker)
## 🤖 LLM 활용
**언제**: in-process decoupling 이 필요할 때, ORM lifecycle hook (post_save 등) 이 자연스러울 때, 매 third-party app 의 own model 의 alter 못할 때.
@@ -125,7 +125,7 @@ while True:
- 부모: [[Agent-Architecture]]
- 변형: [[ReAct]]
- 응용: [[LangGraph]]
- Adjacent: [[S-component-State-Store]] · [[T-component-Tool-Registry]]
- Adjacent: [[S-component (State Store)]] · [[T-component (Tool Registry)]]
## 🤖 LLM 활용
**언제**: building agent runtime, multi-step tool-use task.
+1 -1
View File
@@ -174,7 +174,7 @@ closeWithGrace({ delay: 10_000 }, async ({ signal, err }) => {
**기본값**: Fastify v5 + TypeBox + Pino — 매 Node 22 LTS 위.
## 🔗 Graph
- 부모: [[Node.js]]
- 부모: [[Nodejs]]
- 변형: [[Hono]] · [[NestJS]]
- 응용: [[Microservices]] · [[API-Gateway]]
- Adjacent: [[OpenAPI]]
@@ -103,7 +103,7 @@ function paginate(items: Item[]): Page<Item> { /* ... */ }
## 🔗 Graph
- 부모: [[Software-Design-Principles]]
- 변형: [[YAGNI]]
- Adjacent: [[Premature-Optimization]] · [[Rule-of-Three]]
- Adjacent: [[Premature-Optimization]] · [[Rule of Three]]
## 🤖 LLM 활용
**언제**: design review, architecture decision, code review (cut complexity).
@@ -140,8 +140,8 @@ function setBlock(x: number, y: number, z: number, after: BlockId) {
## 🔗 Graph
- 부모: [[Procedural-Generation]]
- 변형: [[Event-Sourcing]]
- Adjacent: [[Perlin-Noise]]
- 변형: [[Event Sourcing]]
- Adjacent: [[Perlin Noise]]
## 🤖 LLM 활용
**언제**: voxel/sandbox game architecture, infinite-world design, save-system design.
@@ -105,7 +105,7 @@ Reduced recidivism savings: ~$5/$1 invested
**기본값**: Education + employment + housing transition + restorative practices.
## 🔗 Graph
- 변형: [[Restorative-Justice]]
- 변형: [[Restorative Justice]]
## 🤖 LLM 활용
**언제**: policy analysis, criminology discussion, fairness-aware ML in criminal justice.
+1 -1
View File
@@ -179,7 +179,7 @@ server.tool('get_order', { id: z.string() }, async ({ id }) => {
## 🔗 Graph
- 부모: [[Backend Architecture]] · [[API Design]]
- 변형: [[REST]] · [[gRPC]] · [[MCP]]
- 응용: [[OpenAPI - Swagger]]
- 응용: [[OpenAPI / Swagger]]
- Adjacent: [[Webhooks and Notifications]] · [[Rate Limiting]]
## 🤖 LLM 활용
@@ -23,7 +23,7 @@ github_commit: pending
- 매 DAST (동적) — 매 runtime behavior 분석 (ZAP, Burp).
## 🔗 Graph
- Adjacent: [[SAST]] · [[보안_및_시스템_신뢰성_표준|DAST]] · [[Fuzzing]]
- Adjacent: [[SAST]] · [[보안 및 시스템 신뢰성 표준|DAST]] · [[Fuzzing]]
## 🕓 변경 이력
| 날짜 | 변경 |