| per-bin supported seeding (instead of cumulative support) | tcs_seed_min_support = 3 | keep | Real robustness now covers 59–87 % of populated cells instead of 66 %; the raw min-Z fallback drops to 7–25 %. |
| sparse histogram (populated cells only) | internal | keep | 12–19 MB peak against 194–253 MB dense — 10–16x, and it kills the 650 MB bounding-box blow-up. |
| seed window 1.0 → 3.0 m | tcs_seed_hist_m = 3.0 | keep, but not free | Fewer cells fall out of the window, but r5c is no longer identical to pass-5’s r4 — churn 0.20 % → 0.53 %, and it did not fix the segment-edge weakness. |
| per-segment TCS without the clamp | segment_clamp_to_record = false | revert | 5 of 7 canaries fail; the pass-4 catastrophe returns in full. Clamp-off is not a supportable configuration. |
| clamp to the per-record surface | segment_clamp_to_record → default true | restore default | 38ca14e flipped it to false. On 066 the clamp moves the union kept fraction 0.4002 → 0.5944; seeding moved it 0.3744 → 0.4002. |
| per-segment ground mode overall | tcs_ground.per_segment | ship off | Even clamped it buys third-decimal metric moves, misses M3, and now loses a 42k-pt tree at a segment edge. |
| hard-blob survivor test | hard_blob_reject_max_survivor_mrf / min_survivor_points | wrong branch | A behavioural no-op: 0 mixed-instance hits in 12 logs, instances_skipped = 0 in all 16 runs. The fragility is blob-cell membership below the 0.6 cap. |
pole guard + sign_post dtype | reject_promoted_poles_min_fraction = 0.03 | keep (blocker fixed) | Review caught min_fraction 0.0 rejecting every unstripped pole. Target FP still rejected at sf 0.0659; all six accepted signs with sf > 0 untouched. |
| per-cell seeding, no spatial context | — (design hazard) | open | Per-bin support can seed 2.8 m above ground where 2 ground returns sit under 40 canopy returns; per cell, sparse ground and isolated noise are the same signal. |
round-6 code in per-record mode (B, C, ae988ba) | — | unexercised | r5pr is md5-identical to r4pr on all five artefacts, all four segments — unit-tested only, not validated by the corpus. |