Collect the sequential-LRT report (decisions, telemetry, downstream gates)
collect_sequential_lrt.RdReadable at any point (not only once terminal): while a session is still
"anchoring"/"testing", the report reflects progress so far and
is_final = FALSE. Once state is "completed"/"budget_exhausted"/
"stopped", is_final = TRUE and downstream_proposals lists
user-gated next steps (VPC, opt-in qpc_score, AIC/BIC re-confirmation
against the original Darwin candidates, bootstrap, or a constrained
Darwin rerun) - none of which launch automatically.
Arguments
- session_id
Session id from
start_sequential_lrt().- project_dir
Project root the session was started under.
Value
A list with state, phase, is_final, final_reference,
anchor_job_id, anchor_ofv_parity, the full decisions ledger,
accepted_effects/rejected_or_kept_effects, telemetry (fit counts,
elapsed timestamps, budget usage, and session_provenance for later
benchmarking via record_run()), and (once final) downstream_proposals.