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

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 189 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 188 KiB

After

Width:  |  Height:  |  Size: 189 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -11,9 +11,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,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -2,10 +2,10 @@
<style>*{margin:0;padding:0;box-sizing:border-box;}body{background:#e5e5e5;padding:10px;font-family:sans-serif;word-break:keep-all;}</style>
</head><body>
<div style="font-size:16px;font-weight:bold;margin-bottom:8px;">Stage 4: 품질 게이트</div>
<div style="font-size:24px;font-weight:900;color:#16a34a;margin-bottom:12px;">품질 점수: 100</div>
<div style="font-size:24px;font-weight:900;color:#dc2626;margin-bottom:12px;">품질 점수: 60</div>
<div style="font-size:12px;color:#555;margin-bottom:4px;">슬라이드: clientHeight=720px, scrollHeight=720px, overflow=False</div>
<table style="border-collapse:collapse;font-size:12px;width:100%;max-width:600px;margin-top:8px;">
<tr style="background:#1e293b;color:white;"><th style="padding:8px;">영역</th><th style="padding:8px;">clientH</th><th style="padding:8px;">scrollH</th><th style="padding:8px;">excess</th></tr><tr style="background:#f0fdf4;"><td style="padding:6px 8px;"> body</td><td style="padding:6px 8px;">477px</td><td style="padding:6px 8px;">479px</td><td style="padding:6px 8px;">+2px</td></tr>
<tr style="background:#1e293b;color:white;"><th style="padding:8px;">영역</th><th style="padding:8px;">clientH</th><th style="padding:8px;">scrollH</th><th style="padding:8px;">excess</th></tr><tr style="background:#fee2e2;"><td style="padding:6px 8px;"> body</td><td style="padding:6px 8px;">477px</td><td style="padding:6px 8px;">598px</td><td style="padding:6px 8px;">+121px</td></tr>
<tr style="background:#f0fdf4;"><td style="padding:6px 8px;">✅ footer</td><td style="padding:6px 8px;">58px</td><td style="padding:6px 8px;">58px</td><td style="padding:6px 8px;">+0px</td></tr>
<tr style="background:#f0fdf4;"><td style="padding:6px 8px;">✅ sidebar</td><td style="padding:6px 8px;">477px</td><td style="padding:6px 8px;">477px</td><td style="padding:6px 8px;">+0px</td></tr>
</table>

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. 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.

View File

@@ -1,7 +1,7 @@
실행 요약
- iteration 1 기준으로 최종 산출물과 측정 결과를 다시 검증했다.
- slide overflow: False
- zone overflow: 없음
- zone overflow: body
- 최종 판정은 `revise`이다.
산출물 경로
@@ -12,9 +12,10 @@
KPI / 판정 결과
- 판정: revise
- 실패 분류: Verify-ComparisonVisible, Verify-DesignStructure
- 실패 분류: Verify-ComparisonVisible, Verify-DesignStructure, Verify-RenderZone
수정 액션
- overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.
- 비교 핵심 4축(범위, 프로세스, 성과품, 확장성)을 화면에 바로 보이는 요약 블록으로 강제한다.
- 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.