Vendor templates and prefer local template assets

This commit is contained in:
2026-04-03 08:44:55 +09:00
parent 81b6289f80
commit adef735228
80 changed files with 5077 additions and 267 deletions

View File

@@ -7,12 +7,12 @@
## Validation Summary
- 실행 경로 검증: 통과
- 렌더링/측정 검증: 통과
- 렌더링/측정 검증: 실패
- 최종 품질 판정: 재작업 필요
## Render Gates
- slide overflow: False
- body: overflowed=False excess_px=0 block_count=0
- body: overflowed=True excess_px=78 block_count=0
- sidebar: overflowed=False excess_px=0 block_count=0
- footer: overflowed=False excess_px=0 block_count=0
@@ -30,26 +30,26 @@
"body": {
"block_count": 0,
"blocks": [],
"clientHeight": 474,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 474
"clientHeight": 483,
"excess_px": 78,
"overflowed": true,
"scrollHeight": 561
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 56,
"clientHeight": 52,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 56
"scrollHeight": 52
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 474,
"clientHeight": 483,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 474
"scrollHeight": 483
}
}
}
@@ -59,7 +59,13 @@
- 판정: `revise`
## Failure Classification
- Verify-ComparisonVisible
- Verify-DesignNarrative
- Verify-DesignStructure
- Verify-RenderZone
## Next Action
1. 원문 주요 소제목과 읽기 순서가 유지되도록 본문 서사를 재구성한다.
1. overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.
2. 비교 핵심 4축(범위, 프로세스, 성과품, 확장성)을 화면에 바로 보이는 요약 블록으로 강제한다.
3. 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.
4. 원문 주요 소제목과 읽기 순서가 유지되도록 본문 서사를 재구성한다.