Add separate results folder for run outputs
This commit is contained in:
69
results/run-001/validation-result.md
Normal file
69
results/run-001/validation-result.md
Normal file
@@ -0,0 +1,69 @@
|
||||
# Validation Result
|
||||
|
||||
## Run
|
||||
- run id: `run-001`
|
||||
- validation basis: `Wiki-2-6`
|
||||
- execution path: `auto_loop_runner.py`
|
||||
|
||||
## Validation Summary
|
||||
- 실행 경로 검증: 통과
|
||||
- 렌더링/측정 검증: 실패
|
||||
- 최종 품질 판정: 재작업 필요
|
||||
|
||||
## Render Gates
|
||||
- slide overflow: False
|
||||
- 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
|
||||
|
||||
## Measurement
|
||||
```json
|
||||
{
|
||||
"containers": {},
|
||||
"slide": {
|
||||
"clientHeight": 720,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 720
|
||||
},
|
||||
"zones": {
|
||||
"body": {
|
||||
"block_count": 0,
|
||||
"blocks": [],
|
||||
"clientHeight": 477,
|
||||
"excess_px": 121,
|
||||
"overflowed": true,
|
||||
"scrollHeight": 598
|
||||
},
|
||||
"footer": {
|
||||
"block_count": 0,
|
||||
"blocks": [],
|
||||
"clientHeight": 58,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 58
|
||||
},
|
||||
"sidebar": {
|
||||
"block_count": 0,
|
||||
"blocks": [],
|
||||
"clientHeight": 477,
|
||||
"excess_px": 0,
|
||||
"overflowed": false,
|
||||
"scrollHeight": 477
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
## Final Decision
|
||||
- 판정: `revise`
|
||||
|
||||
## Failure Classification
|
||||
- Verify-ComparisonVisible
|
||||
- Verify-DesignStructure
|
||||
- Verify-RenderZone
|
||||
|
||||
## Next Action
|
||||
1. overflow가 발생한 zone(body)의 content budget, block 수, typography를 재조정한다.
|
||||
2. 비교 핵심 4축(범위, 프로세스, 성과품, 확장성)을 화면에 바로 보이는 요약 블록으로 강제한다.
|
||||
3. 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.
|
||||
Reference in New Issue
Block a user