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,12 @@
%% 라우트 하나가 건드리는 손 목록과 검출 시점
%% question: 새 라우트 하나가 어디까지 퍼지고, 빠뜨린 항목은 어느 시점에 처음 드러나는가?
flowchart LR
n0["새 Route"]
n1["Route Contract"]
n2["Runtime 계약"]
n3["배포 전 검사"]
n4["Edge serving"]
n0 -->|"등록"| n1
n1 -->|"반영"| n2
n1 -->|"대조"| n3
n1 -->|"서빙 패턴"| n4