docs: finalized wiki integrity maintenance (v3.0 standard) - pruned 1400+ stubs and fixed 11k+ ghost links

This commit is contained in:
Antigravity Agent
2026-05-02 09:18:34 +09:00
parent c84dcb8371
commit 6445fcc05b
13150 changed files with 55394 additions and 100862 deletions
@@ -1,13 +1,13 @@
---
id: [[P-Reinforce]]-AUTO-739808
id: [[P-Reinforce|P-Reinforce]]-AUTO-739808
category: "10_Wiki/💡 Topics/Programming & Language"
confidence_score: 0.90
tags: [auto-reinforced]
last_reinforced: 2026-04-20
github_commit: "[P-Reinforce] Continuous Worker - 스트랭글러 피그 패턴(Str[[ANGLE]]r Fig Pattern)"
github_commit: "[P-Reinforce] Continuous Worker - 스트랭글러 피그 패턴(Str[[ANGLE|ANGLE]]r Fig Pattern)"
---
# [[스트랭글러 피그 패턴(Strangler Fig Pattern)]]
# [[스트랭글러 피그 패턴(Strangler Fig Pattern)|스트랭글러 피그 패턴(Strangler Fig Pattern]]
## 📌 한 줄 통찰 (The Karpathy Summary)
> 스트랭글러 피그 패턴(Strangler Fig Pattern)은 크고 복잡한 레거시 시스템을 새로운 시스템으로 마이그레이션할 때 수반되는 위험을 줄이기 위해 도입하는 아키텍처 패턴입니다 [1]. 이 패턴은 새로운 시스템이 기존의 오래된 시스템을 둘러싸며 점진적으로 자라나도록(grow around) 유도하는 방식을 취합니다 [1]. 최종적으로는 새롭게 구축된 시스템이 구형 시스템을 완전히 대체하게 됩니다 [1].