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,24 @@
# 라우트 하나가 건드리는 손 목록과 검출 시점
## Alternative text
새 Route가 Route Contract를 거쳐 Runtime 계약, 배포 전 검사, Edge 서빙 세 묶음으로 갈라지는 팬아웃 그림. 각 묶음에는 누락이 처음 드러나는 시점이 적혀 있다.
## Long description
왼쪽의 새 Route가 Route Contract로 들어간 뒤 세 갈래로 퍼진다. Runtime 계약에는 runtime 등록과 메시지 카탈로그가 있다. 배포 전 검사에는 vite chunk 이름 표와 접근성 증거·아티팩트 기준선·gate digest가 묶여 있고 누락은 빌드 매니페스트 또는 배포 직전에 드러난다. Edge 서빙 규칙 누락은 하드 로드나 새로고침 때 배포 뒤 404로 드러난다.
## Elements and evidence
- **새 Route** (request): No additional description. Evidence: L816L821.
- **Route Contract** (component): No additional description. Evidence: L819L831.
- **Runtime 계약** (component): No additional description. Evidence: L824L826.
- **배포 전 검사** (component): No additional description. Evidence: L828L831, L854L877.
- **Edge serving** (component): No additional description. Evidence: L827L827, L834L852.
## Relationships
- **Route Contract → Edge serving:** 서빙 패턴. Evidence: L827L827, L834L852.
- **Route Contract → 배포 전 검사:** 대조. Evidence: L828L831, L854L877.
- **새 Route → Route Contract:** 등록. Evidence: L819L831.
- **Route Contract → Runtime 계약:** 반영. Evidence: L824L826.