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 @@
# [[Software Engineering Agents (SWE)]]
# [[Software Engineering Agents (SWE)|Software Engineering Agents (SWE)]]
## 📌 Brief Summary
Software Engineering Agents(SWE Agents)는 코드 작성, 버그 수정, 테스트 실행, 리팩토링 등 소프트웨어 개발 생명주기(SDLC) 전반의 작업을 자율적으로 수행하도록 특화된 AI 에이전트이다. 단순한 코드 완성을 넘어, 대규모 코드베이스의 구조를 파악하고, 터미널 도구를 활용하며, 실제 실행 환경에서 검증을 거치는 '자율 엔지니어' 역할을 수행한다.
@@ -18,11 +18,11 @@ Software Engineering Agents(SWE Agents)는 코드 작성, 버그 수정, 테스
## 🔗 Knowledge Connections
### Related Concepts
* [[Agent Harness]]
* [[Agent Harness|Agent Harness]]
* 연결 이유: SWE 에이전트가 실제 파일을 수정하고 명령을 내리는 런타임 기반이다.
* [[Execution Environment (Sandbox)]]
* [[Execution Environment (Sandbox)|Execution Environment (Sandbox)]]
* 연결 이유: 코드를 안전하게 실행하고 검증하기 위한 필수 공간이다.
* [[Reasoning & Planning]]
* [[Reasoning & Planning|Reasoning & Planning]]
* 연결 이유: 복잡한 버그 수정 계획을 세우는 에이전트의 지능적 기반이다.
### Deeper Research Questions