diff --git a/doc/reviewer/finding-orchestration.md b/doc/reviewer/finding-orchestration.md index ad39cec..c3e00f4 100644 --- a/doc/reviewer/finding-orchestration.md +++ b/doc/reviewer/finding-orchestration.md @@ -100,8 +100,10 @@ Branch `fix/b1-v3-c1-quick-wins`, 9 commits, 298/298 CGAL tests green. Done directly in the warm post-refactor Opus session (all three findings live in the just-written `newton_core`/`NewtonResult`/`NewtonLinearSolver`). Commit `90e966a`; 301/301 CGAL tests green. **I1** status enum + **H1** iteration fix + -**N7** `sparse_qr_fallback_used` / `min_ldlt_pivot` diagnostics. Follow-up idea -(optional): propagate `NewtonStatus` up into the CGAL `Conformal_map_result`. +**N7** `sparse_qr_fallback_used` / `min_ldlt_pivot` diagnostics. Follow-up **done** +(commit `957f506`): `NewtonStatus` + both diagnostics propagated into the public +CGAL result types (`Conformal_map_result`, `Hyper_ideal_map_result`, +`Circle_packing_result`) via the `CGAL::Newton_status` alias.
original S2 plan