The crow's-nest of the tuner room. This page doesn't tune anything itself — it integrates the outputs of PE, Spark, MAF (or VE+IFR), and verifies they agree under WOT load. The "cohesion" check: does the airmass model (MAF/VE) agree with the fuel model (PE+IFR) under load? Does spark advance match MBT without knock? If yes, sign off. If no, the page tells you which upstream section needs another pass.
(1) Gated on prereqs. Requires PE complete + Spark complete + (MAF complete OR VE+IFR complete) per spec §4.1. If any prereq is incomplete, page refuses with a "go back and finish X" link. (2) Cross-correlation, not new tuning. Inspects log channels: AFR Actual vs AFR Cmd (PE), spark advance commanded vs actual + KR (Spark), MAF g/s vs VE-derived airmass (Cohesion). Flags discrepancies. (3) STFT does NOT apply at WOT (spec §5.4). The page refuses to use STFT histograms for WOT analysis. AFR ground-truth comes from wideband. (4) Final sign-off. If everything agrees within tolerance (AFR ±2%, spark ±1° vs commanded, KR < 1° sustained), Scarecrow marks the build "WOT-validated" and writes a session report.
KB: afr-target-ranges-by-load.md, knock-detection-and-prevention.md, ve-table-tuning-methodology.md. Spec §4.1.
aggregateState.pe === 'complete' AND aggregateState.spark === 'complete' AND (aggregateState.maf === 'complete' OR (aggregateState.ve === 'complete' AND aggregateState.ifr === 'complete')). Each unmet prereq surfaces a "go back to X" link.