Files
C.E.L._slide_test/docs/run-002/06-validation/validation-result.md

66 lines
1.3 KiB
Markdown

# Validation Result
## Run
- run id: `run-002`
- validation basis: `Wiki-2-6`
- execution path: `auto_loop_runner.py`
## Validation Summary
- 실행 경로 검증: 통과
- 렌더링/측정 검증: 실패
- 최종 품질 판정: 재작업 필요
## Render Gates
- slide overflow: False
- body: overflowed=True excess_px=12 block_count=0
- sidebar: overflowed=False excess_px=0 block_count=0
- footer: overflowed=False excess_px=0 block_count=0
## Measurement
```json
{
"containers": {},
"slide": {
"clientHeight": 720,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 720
},
"zones": {
"body": {
"block_count": 0,
"blocks": [],
"clientHeight": 495,
"excess_px": 12,
"overflowed": true,
"scrollHeight": 507
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 40,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 40
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 495,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 495
}
}
}
```
## Final Decision
- 판정: `revise`
## Failure Classification
- Verify-RenderZone
## Next Action
1. overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.