Autonomous Drone Control Route Recovery — Evulgare 2.0.0-rc.11-WIP
Route: /simulations/autonomous-drone-control
Package-level result: PASS
Named checks: 22/22
Cause
The earlier page duplicated a complete raw run and complete 131-frame workbench envelope in initial HTML, creating a multi-megabyte response.
Implemented recovery
Render one authoritative frame plus the full event/proof index, then fetch a small identity manifest and a lossless compact replay. Verify transport, frame, event-chain, full-run, and provenance digests before enabling all 131 replay frames. Retain deterministic gzip and ordinary same-origin run fallbacks.
Measured package result
- Initial deterministic bootstrap: 310,207 bytes
- Complete deterministic envelope: 6,079,558 bytes
- Lossless compact replay: 1,977,764 bytes
- Deterministic gzip of compact replay: 103,232 bytes
- Deterministic gzip fallback envelope: 228,374 bytes
- Initial-payload reduction: 94.898%
- Compact decoded reduction: 67.469%
- Server-rendered frames: 1
- Hydrated replay frames: 131
- Initially inspectable events: 131
The initial document remains useful without JavaScript: first frame, complete event ledger, proof conditions, semantic table, narrative, and safety boundary are server rendered. Full replay is enabled only after the compact transport expands byte-canonically to the original full-run digest.
Qualification
This proves deterministic progressive delivery in the packaged source. It does not prove that RC11 is deployed to cPanel or that production HTTP, device, GPU, XR, or assistive-technology acceptance passed.