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 @@
# [[L-component (Lifecycle Hooks)]]
# [[L-component (Lifecycle Hooks)|L-component (Lifecycle Hooks)]]
## 📌 Brief Summary
L-component(Lifecycle Hooks)는 에이전트 하네스의 '감시 및 제어' 계층으로, 에이전트의 사고, 도구 실행, 상태 저장 등 모든 주요 이벤트 사이사이에 개입(Intercept)하여 정책을 강제하고 데이터를 정제하는 미들웨어(Middleware) 역할을 한다. 에이전트의 자율성을 보장하면서도 시스템의 안정성과 보안 가드레일을 유지하는 핵심 장치이다.
@@ -22,11 +22,11 @@ L-component(Lifecycle Hooks)는 에이전트 하네스의 '감시 및 제어'
## 🔗 Knowledge Connections
### Related Concepts
* [[Agent Harness]]
* [[Agent Harness|Agent Harness]]
* 연결 이유: L-component는 하네스의 정책 시행 계층이다.
* [[Excessive Agency]]
* [[Excessive Agency|Excessive Agency]]
* 연결 이유: 에이전트의 과도한 권한 남용을 막는 실질적인 방어 수단이 L-component이다.
* [[Safety & Reliability]]
* [[Safety & Reliability|Safety & Reliability]]
* 연결 이유: 시스템의 신뢰성을 보장하기 위한 기술적 구현체이다.
### Deeper Research Questions