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
+4 -4
View File
@@ -1,4 +1,4 @@
# [[Context Rot (컨텍스트 부패)]]
# Context Rot (컨텍스트 부패)
## 📌 Brief Summary
Context Rot(컨텍스트 부패)는 대화나 작업 세션이 길어짐에 따라 LLM의 컨텍스트 윈도우 내에 불필요한 정보, 중복된 로그, 모호한 지시사항이 누적되어 모델의 추론 정확도와 지시 준수 능력이 급격히 저하되는 현상을 의미한다. 에이전트가 이전의 제약 조건을 잊거나, 실제 확인되지 않은 사실을 가정하거나, 일반론적인 답변으로 흐르는 주요 원인이다.
@@ -16,11 +16,11 @@ Context Rot(컨텍스트 부패)는 대화나 작업 세션이 길어짐에 따
## 🔗 Knowledge Connections
### Related Concepts
* [[Context Engineering]]
* [[Context Engineering|Context Engineering]]
* 연결 이유: 컨텍스트 부패를 해결하기 위한 기술적 대응 체계이다.
* [[Adaptive Context Compaction]]
* [[Adaptive Context Compaction|Adaptive Context Compaction]]
* 연결 이유: 부패된 컨텍스트를 정제하고 압축하는 구체적인 기법이다.
* [[Summary Drift]]
* Summary Drift
* 연결 이유: 컨텍스트 부패 해결 과정(요약)에서 발생하는 부작용이다.
### Deeper Research Questions