Generate separate slide outputs for three DX MDX inputs

This commit is contained in:
2026-04-03 16:27:17 +09:00
parent bebb627873
commit e4c90d63b9
119 changed files with 6923 additions and 87 deletions

View File

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