Motivation: ERD acceptance item 586 requires streaming search behavior with early page emission, append-only ordering, and deterministic page sealing at terminal request state.
Constraints:
Runtime DB behavior must remain stored-procedure driven.
Search-page ordering must not reorder based on later score updates.
Dependency rationale:
No new dependencies were added.
Alternative considered: rely on API-layer finalization when runs complete. Rejected because sealing and terminal status must stay deterministic inside database state transitions.