pub const MAX_REPORT_PAGE_SIZE: i64 = 1000;Expand description
Largest report page size any report path (human screen or agent endpoint) will honour. The
deepest report rung is a per-task entry list, so an unbounded page_size would LIMIT the
whole list into one response/render (the unbounded-load class, principle #6); clamp it
everywhere.