[G1-Sync] Manual knowledge update

This commit is contained in:
Antigravity Agent
2026-04-30 22:42:02 +09:00
parent 0bd4f19e38
commit c36c0644a1
4888 changed files with 18470 additions and 18602 deletions
@@ -1,6 +1,6 @@
---
id: P-REINFORCE-AI-CLEANARCH-IMP
category: "10_Wiki/💡 Topics/Software Architecture"
id: [[P-Reinforce]]-AI-CLEANARCH-IMP
category: "10_Wiki/💡 Topics/Software [[Architecture]]"
confidence_score: 0.98
tags: [Clean Architecture, Implementation, Layering, SOLID]
last_reinforced: 2026-04-20
@@ -19,7 +19,7 @@ last_reinforced: 2026-04-20
2. **Use Cases**: 애플리케이션 특유의 비즈니스 논리 구현.
3. **Interface Adapters**: Controller, Presenter 등 데이터 변환기.
4. **Frameworks & Drivers**: DB, UI, 외부 API 등 인프라스트럭처.
- **DIP (Dependency Inversion Principle)**:
- **DIP (Dependency [[Inversion]] Principle)**:
- 중심부가 외부를 호출해야 할 땐 인터페이스를 정의하고, 실체는 외부에서 주입(Injection)받는다.
## ⚠️ 모순 및 업데이트 (RL Update)