docs(wiki): fix translation typos in Brief Summary and organize stray files into directories

This commit is contained in:
Antigravity Agent
2026-05-04 15:23:55 +09:00
parent 343107a49f
commit d9b5337388
102 changed files with 157 additions and 152 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ last_updated: 2026-05-04
> [!NOTE]
> Below is content merged from previous versions of this documentation.
## 📌 Brief 단기 Summary
## 📌 Brief Summary
Modular Monolith(모듈형 모놀리스)는 애플리케이션을 단일 배포 단위로 유지하면서도, 내부적으로는 엄격한 도메인 경계와 책임을 가진 독립적인 모듈들로 분할하여 설계하는 소프트웨어 아키텍처 패턴입니다[1, 2]. 이 접근법은 마이크로서비스의 민첩성과 단일 코드베이스의 단순함 사이에서 균형을 맞추며[3], 네트워크 지연이나 분산 트랜잭션의 고통 없이 코드를 구조화하고 팀 간의 역할을 분담할 수 있게 해줍니다[2]. 또한, 향후 마이크로서비스 아키텍처(MSA)로의 원활한 전환을 위한 견고한 토대를 제공합니다[2, 4].
## 📖 Core Content