refactor: 문서 개선 중

This commit is contained in:
donghyeon-ka
2026-09-21 14:30:55 +09:00
parent c93cdea150
commit 805a18f486
1497 changed files with 525837 additions and 59152 deletions
@@ -0,0 +1,18 @@
# 테스트가 끊긴 곳과 실제 런타임이 지나는 합성 루트
# Question: 게이트웨이 테스트와 화면 테스트가 통과했는데 왜 합성 루트의 credential 결함은 운영에서만 드러났는가?
direction: right
n0: "화면" {
shape: rectangle
}
n1: "Gateway" {
shape: rectangle
}
n2: "Composition Root" {
shape: rectangle
}
n3: "Runtime Adapter + 404" {
shape: rectangle
}
n0 -> n1: "요청"
n1 -> n2: "runtime 조립"
n2 -> n3: "credential 판정"