Checkpoint raw-preservation pipeline and Type B refactor

This commit is contained in:
2026-04-07 08:54:10 +09:00
parent 4a71d7db88
commit 0cc2a997b6
109 changed files with 4721 additions and 2993 deletions

View File

@@ -12,7 +12,7 @@
## Render Gates
- slide overflow: False
- body: overflowed=True excess_px=138 block_count=0
- body: overflowed=True excess_px=28 block_count=0
- sidebar: overflowed=False excess_px=0 block_count=0
- footer: overflowed=False excess_px=0 block_count=0
@@ -30,26 +30,26 @@
"body": {
"block_count": 0,
"blocks": [],
"clientHeight": 477,
"excess_px": 138,
"clientHeight": 487,
"excess_px": 28,
"overflowed": true,
"scrollHeight": 615
"scrollHeight": 515
},
"footer": {
"block_count": 0,
"blocks": [],
"clientHeight": 58,
"clientHeight": 48,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 58
"scrollHeight": 48
},
"sidebar": {
"block_count": 0,
"blocks": [],
"clientHeight": 477,
"clientHeight": 487,
"excess_px": 0,
"overflowed": false,
"scrollHeight": 477
"scrollHeight": 487
}
}
}