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,4 +1,4 @@
# [[Artifacts & Infrastructure (아티팩트 및 인프라)]]
# Artifacts & Infrastructure (아티팩트 및 인프라
## 📌 Brief Summary
Artifacts & Infrastructure는 에이전트가 생성한 중간 산출물(코드, 문서, 이미지 등)을 체계적으로 저장, 색인, 관리하는 체계와 이를 뒷받침하는 물리적/가상적 실행 환경을 의미한다. 에이전트의 사고 과정을 증명하고 결과물을 공유하며, 안전한 실행을 보장하는 에이전틱 시스템의 물리적 토대이다.
@@ -22,11 +22,11 @@ Artifacts & Infrastructure는 에이전트가 생성한 중간 산출물(코드,
## 🔗 Knowledge Connections
### Related Concepts
* [[Agent Harness]]
* [[Agent Harness|Agent Harness]]
* 연결 이유: 아티팩트 스토어와 인프라는 하네스의 물리적 구현 대상이다.
* [[Execution Environment (Sandbox)]]
* [[Execution Environment (Sandbox)|Execution Environment (Sandbox]]
* 연결 이유: 인프라 계층에서 제공하는 핵심적인 보안 기능이다.
* [[C-component (Context Manager)]]
* [[C-component (Context Manager)|C-component (Context Manager]]
* 연결 이유: 대규모 데이터를 아티팩트로 오프로딩하여 컨텍스트 부패를 방지한다.
### Deeper Research Questions