Add separate results folder for run outputs

This commit is contained in:
2026-04-03 16:38:09 +09:00
parent e4c90d63b9
commit 62d75f53ed
64 changed files with 3949 additions and 570 deletions

27
results/README.md Normal file
View File

@@ -0,0 +1,27 @@
# Results
이 폴더는 각 MDX 입력별 최신 결과물을 바로 보기 쉽게 모아둔 위치다.
## Runs
### run-001
- input: `01. 건설산업 DX의 올바른 이해(0127).mdx`
- screenshot: `run-001/final-screenshot.png`
- html: `run-001/final.html`
- validation: `run-001/validation-result.md`
### run-002
- input: `02. DX의 시행 목표 및 기대효과.mdx`
- screenshot: `run-002/final-screenshot.png`
- html: `run-002/final.html`
- validation: `run-002/validation-result.md`
### run-003
- input: `03. DX 시행을 위한 필수 요건 및 혁신 방안.mdx`
- screenshot: `run-003/final-screenshot.png`
- html: `run-003/final.html`
- validation: `run-003/validation-result.md`
## Notes
- 원본 실행 산출물은 `docs/run-001`, `docs/run-002`, `docs/run-003` 아래에 그대로 유지된다.
- 이 폴더는 빠른 비교와 확인을 위한 복사본이다.

Binary file not shown.

After

Width:  |  Height:  |  Size: 189 KiB

177
results/run-001/final.html Normal file

File diff suppressed because one or more lines are too long

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 88 KiB

177
results/run-002/final.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,73 @@
# 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=False excess_px=0 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": 461,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 461
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 66,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 66
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 461,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 461
}
}
}
```
## Final Decision
- 판정: `revise`
## Failure Classification
- Verify-ComparisonVisible
- Verify-CoreMessage
- Verify-DesignNarrative
- Verify-DesignStructure
- Verify-ImageRef
## Next Action
1. 원문 표현을 유지하되 `상위 개념``핵심 기술/핵심 인프라 기술` 판단이 가시 텍스트에 분명히 드러나도록 정리한다.
2. 이미지/도해 참조 문구 `DX와 핵심기술간 상호관계`를 숨김 영역이 아닌 가시 블록으로 유지한다.
3. 비교 핵심 4축(범위, 프로세스, 성과품, 확장성)을 화면에 바로 보이는 요약 블록으로 강제한다.
4. 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.
5. 원문 주요 소제목(용어의 혼용, 사례, 정의, 상호관계, 비교, 요약)과 읽기 순서가 가시 텍스트에 유지되도록 재구성한다.

Binary file not shown.

After

Width:  |  Height:  |  Size: 130 KiB

177
results/run-003/final.html Normal file

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,73 @@
# Validation Result
## Run
- run id: `run-003`
- validation basis: `Wiki-2-6`
- execution path: `auto_loop_runner.py`
## Validation Summary
- 실행 경로 검증: 통과
- 렌더링/측정 검증: 통과
- 최종 품질 판정: 재작업 필요
## Render Gates
- slide overflow: False
- body: overflowed=False excess_px=0 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": 473,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 473
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 60,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 60
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 473,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 473
}
}
}
```
## Final Decision
- 판정: `revise`
## Failure Classification
- Verify-ComparisonVisible
- Verify-CoreMessage
- Verify-DesignNarrative
- Verify-DesignStructure
- Verify-ImageRef
## Next Action
1. 원문 표현을 유지하되 `상위 개념``핵심 기술/핵심 인프라 기술` 판단이 가시 텍스트에 분명히 드러나도록 정리한다.
2. 이미지/도해 참조 문구 `DX와 핵심기술간 상호관계`를 숨김 영역이 아닌 가시 블록으로 유지한다.
3. 비교 핵심 4축(범위, 프로세스, 성과품, 확장성)을 화면에 바로 보이는 요약 블록으로 강제한다.
4. 핵심 관계를 설명하는 시각적 관계도 블록을 본문 중심 구조로 유지한다.
5. 원문 주요 소제목(용어의 혼용, 사례, 정의, 상호관계, 비교, 요약)과 읽기 순서가 가시 텍스트에 유지되도록 재구성한다.